diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /internal/version | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
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 eefccec25..69fd5282b 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/opencode-ai/opencode@latest`. +// A user may install pug using `go install github.com/sst/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`). |
