diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ import ( "strconv" ) -const ProgramVersion = "1.0.0-beta" +const ProgramVersion = "1.0.0-rc.1" // The arguments to this program type args struct { |
