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 2adb076..3b2bbdd 100644
--- a/args.go
+++ b/args.go
@@ -7,7 +7,7 @@ import (
"strconv"
)
-const ProgramVersion = "1.0.0-alpha+dev"
+const ProgramVersion = "1.0.0-beta"
// The arguments to this program
type args struct {