Skip to content

Commit 105c06a

Browse files
committed
feat: Add Chocolatey package automation and GitHub Secrets fallback
- Implement native Chocolatey package creation using Windows runners - Add GitHub Secrets fallback for CHOCOLATEY_API_KEY reliability - Enable 'choco install conceal' for Windows users - Maintain existing Homebrew and manual installation methods - No changes to application functionality - same v4.1.0 binary
1 parent d5cdc0a commit 105c06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/conceal/version.go

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

55
// Version field is a SemVer that should indicate the baked-in version of conceal
6-
var Version = "4.2.3"
6+
var Version = "4.1.0"
77

88
// Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to
99
// provide the git commit information in the final binary.

0 commit comments

Comments
 (0)