mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Remove static versioning
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c61820a9d2
commit
8b38d49ff9
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -5,8 +5,8 @@ import (
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
var (
|
||||||
version = "1.3.0"
|
version = "dev"
|
||||||
)
|
)
|
||||||
|
|
||||||
var pwd *securepassword.SecurePassword
|
var pwd *securepassword.SecurePassword
|
||||||
|
|
Loading…
Reference in a new issue