Skip to content

Commit 33343b5

Browse files
author
Devin Pastoor
committed
release: 1.2.1 and genericize version
1 parent c2ab1c0 commit 33343b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727
"github.com/spf13/viper"
2828
)
2929

30-
// VERSION is the current pkgr version
31-
var VERSION = "1.2.0"
30+
// VERSION is the current pkgr version, this is replaced at buildtime by goreleaser with the git tag
31+
var VERSION = "develop"
3232

3333
var fs afero.Fs
3434
var cfg configlib.PkgrConfig

0 commit comments

Comments
 (0)