summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 8d56458..0963462 100644
--- a/args.go
+++ b/args.go
@@ -18,7 +18,7 @@ type args struct {
}
func (args) Version() string {
- return "gowebd " + Version
+ return "gowebd " + VERSION
}
func init() {