Skip to content

Commit 3a190b3

Browse files
ashishkurmiclaude
andcommitted
chore(release): bump version constant to 1.11.3
PR #94 updated the changelog and sample output for v1.11.3 but missed the Version constant in internal/buildinfo/version.go, leaving the binary still reporting 1.11.2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cb62715 commit 3a190b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package buildinfo
33
import "fmt"
44

55
const (
6-
Version = "1.11.2"
6+
Version = "1.11.3"
77
AgentURL = "https://github.com/step-security/dev-machine-guard"
88
)
99

0 commit comments

Comments
 (0)