diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-24 18:25:52 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-24 18:26:16 +0200 |
| commit | b106787a50935a2c10ce6a2f01d77dd0aae80642 (patch) | |
| tree | 7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /internal/version | |
| parent | e1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff) | |
| download | opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip | |
change package name
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 1e19bea38..eefccec25 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -5,7 +5,7 @@ import "runtime/debug" // Build-time parameters set via -ldflags var Version = "unknown" -// A user may install pug using `go install github.com/kujtimiihoxha/opencode@latest`. +// A user may install pug using `go install github.com/opencode-ai/opencode@latest`. // without -ldflags, in which case the version above is unset. As a workaround // we use the embedded build version that *is* set when using `go install` (and // is only set for `go install` and not for `go build`). |
