1
0
Fork 0
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:
Knut Ahlers 2017-09-22 15:29:21 +02:00
parent c61820a9d2
commit 8b38d49ff9
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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