diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
