summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 9cfe3f1..c2a1d26 100644
--- a/args.go
+++ b/args.go
@@ -23,7 +23,7 @@ import (
"strconv"
)
-const ProgramVersion = "1.0.0-rc.1"
+const ProgramVersion = "1.0.0"
// The arguments to this program
type args struct {