diff options
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index b33c5b5..1c40cf8 100644 --- a/internal/version.go +++ b/internal/version.go @@ -22,7 +22,7 @@ // // To access the version from the main command: // -// import "codeberg.org/snonux/perc/internal" +// import "codeberg.org/snonux/gt/internal" // // func main() { // fmt.Println("gt version", internal.Version) @@ -38,7 +38,7 @@ package internal // Version is the current version of the gt application. // // This constant is defined at build time and can be overridden during builds: -// go build -ldflags="-X 'codeberg.org/snonux/perc/internal.Version=v0.3.0-20240324'" +// go build -ldflags="-X 'codeberg.org/snonux/gt/internal.Version=v0.3.0-20240324'" // // The version is used in: // - Command-line output: "gt version" command |
