Skip to content

Commit

Permalink
changes the way version is passed
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Calza <brunoangelicalza@gmail.com>
  • Loading branch information
brunocalza committed Dec 19, 2023
1 parent 9ca46de commit 67ece26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/update-version.yml

This file was deleted.

3 changes: 2 additions & 1 deletion cmd/vaults/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ func init() {
}
}

var version = "dev"

func main() {
// migrate v1 config to v2 config
migrateConfigV1ToV2()
version := getVersion()

cliApp := &cli.App{
Name: "vaults",
Expand Down
23 changes: 0 additions & 23 deletions cmd/vaults/utils.go

This file was deleted.

3 changes: 0 additions & 3 deletions version.json

This file was deleted.

0 comments on commit 67ece26

Please sign in to comment.