summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 14:50:43 -0600
committerJeff Carr <[email protected]>2024-11-06 14:50:43 -0600
commit507a8117e1f72231753cb6aed923ed969049be98 (patch)
tree930a96ea7fa281e484d0ae0f16a2cb224c9ec275 /args.go
parent28e0f09a270e6b35cdb62ebd434ee52bf9622329 (diff)
better notes
Signed-off-by: Jeff Carr <[email protected]>
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() {