summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-14 18:29:12 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-14 18:29:12 -0500
commit018c8c53238449217b825d30487d253a26aa60bd (patch)
treecd396bbe104ff18039f71e09b718aa364643f09f /args.go
parentf657d4257e6b39a3899a2ebef8f30f99ebfb313f (diff)
Bump version to 1.0.0-beta & gofmtv1.0.0b
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 {