diff --git a/VERSION b/VERSION index c301979..feca5b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.48 \ No newline at end of file +1.0.49 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 79eb999..3c0b44a 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.48") + app.SetVersion(appVersion, "1.0.49") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.47-5-ga8fee4e") + app.SetGitCommit(gitCommit, "v1.0.48-7-g3ccfd91") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index bc8733e..c9bbf6b 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -63,9 +63,9 @@ func init() { app = versioned.NewPackageManager("authdb") app.Description = "authdb" app.Documentation = "https://github.com/greenpau/go-authcrunch" - app.SetVersion(appVersion, "1.0.48") + app.SetVersion(appVersion, "1.0.49") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.47-5-ga8fee4e") + app.SetGitCommit(gitCommit, "v1.0.48-7-g3ccfd91") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }