diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-25 10:03:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-25 10:03:12 +0300 |
| commit | 68d1683969e5325883c6d48092a013718bacb532 (patch) | |
| tree | cf1f5ee735010a3a1ff6450da825c0396918bbe3 /internal | |
| parent | 146a362a59ffd64f45e436eb97035d03085692b4 (diff) | |
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/version.go b/internal/version.go index 5665144..a5d9773 100644 --- a/internal/version.go +++ b/internal/version.go @@ -30,7 +30,7 @@ // // # Version History // -// Current: v0.4.2 +// Current: v0.5.1 // // See the git repository for complete version history and release notes. package internal @@ -39,12 +39,12 @@ package internal // // This constant is defined at build time and can be overridden during builds: // -// go build -ldflags="-X 'codeberg.org/snonux/gt/internal.Version=v0.4.2-20260524'" +// go build -ldflags="-X 'codeberg.org/snonux/gt/internal.Version=v0.5.1-20260524'" // // The version is used for the "gt version" command-line subcommand. // // Example output: // // $ gt version -// v0.4.2 -const Version = "v0.5.0" +// v0.5.1 +const Version = "v0.5.1" |
