diff options
| author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2023-09-14 18:29:12 -0500 |
|---|---|---|
| committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2023-09-14 18:29:12 -0500 |
| commit | 018c8c53238449217b825d30487d253a26aa60bd (patch) | |
| tree | cd396bbe104ff18039f71e09b718aa364643f09f /args.go | |
| parent | f657d4257e6b39a3899a2ebef8f30f99ebfb313f (diff) | |
Bump version to 1.0.0-beta & gofmtv1.0.0b
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 { |
