Skip to content

Commit

Permalink
set the cli version based on git version
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Aug 15, 2023
1 parent 83b1e50 commit 75ee72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
builds:
- binary: safebox
ldflags:
- -s -w
- -s -w -X main.version={{.Version}}
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adikari/safebox",
"version": "1.3.10",
"version": "1.3.11",
"description": "A Fast and Flexible secret manager built with love by adikari in Go",
"main": "index.js",
"bin": "./run.js",
Expand Down

0 comments on commit 75ee72c

Please sign in to comment.