diff --git a/VERSION b/VERSION index 8ef0958..61dbbb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.41 \ No newline at end of file +1.0.42 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 5072522..f6a233f 100644 --- a/cmd/authdbctl/main.go +++ b/cmd/authdbctl/main.go @@ -37,9 +37,9 @@ func init() { app = versioned.NewPackageManager("authdbctl") app.Description = "AuthDB management client" app.Documentation = "https://github.com/greenpau/go-authcrunch/" - app.SetVersion(appVersion, "1.0.41") + app.SetVersion(appVersion, "1.0.42") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.40-3-g5b7a408") + app.SetGitCommit(gitCommit, "v1.0.41-7-g705bf89") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index 4ca1882..5538e4b 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -62,9 +62,9 @@ func init() { app = versioned.NewPackageManager("authdb") app.Description = "authdb" app.Documentation = "https://github.com/greenpau/go-authcrunch" - app.SetVersion(appVersion, "1.0.41") + app.SetVersion(appVersion, "1.0.42") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.40-3-g5b7a408") + app.SetGitCommit(gitCommit, "v1.0.41-7-g705bf89") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }