diff options
| author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-10-27 11:18:02 -0500 |
|---|---|---|
| committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-10-27 11:18:02 -0500 |
| commit | 171b1309739dbe174cd9dfe2a1517f2e957fad9e (patch) | |
| tree | 03e62a55db2e8324e7e08af21a608fccb76e99c8 | |
| parent | c4adb07093328f71b76e446dc8d3cb6f774f496b (diff) | |
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
