We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1485bc7 commit 0be4866Copy full SHA for 0be4866
2 files changed
core/internal/apply/codex_install_other.go
@@ -5,7 +5,6 @@ package apply
5
import (
6
"os"
7
"path/filepath"
8
- "strings"
9
)
10
11
func addWindowsCodexSearchDirs(add func(string)) {}
core/internal/buildinfo/buildinfo.go
@@ -4,7 +4,7 @@ import "strings"
4
// Set at link time via -ldflags (see .goreleaser.yaml).
var (
- Version = "dev0.1.48"
+ Version = "dev0.1.49"
Commit = "none"
Date = "unknown"
0 commit comments