diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-19 21:16:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-19 21:16:18 +0300 |
| commit | 85324b19f0451f067d792ac642e6e92ee163a168 (patch) | |
| tree | b6cdaf69552a778fecbe1120ac922550cd31899b | |
| parent | 618db359c2da37f513624cab87948d9be6155bf9 (diff) | |
| -rw-r--r-- | cmd/gos/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go index d77cd3d..6e032a3 100644 --- a/cmd/gos/main.go +++ b/cmd/gos/main.go @@ -15,7 +15,7 @@ import ( "codeberg.org/snonux/gos/internal/config" ) -const versionStr = "v0.0.0" +const versionStr = "v0.0.1" func main() { dry := flag.Bool("dry", false, "Dry run") |
