diff --git a/cmd/go-redfish-api-idrac-client/main.go b/cmd/go-redfish-api-idrac-client/main.go index a5267b2..773b339 100644 --- a/cmd/go-redfish-api-idrac-client/main.go +++ b/cmd/go-redfish-api-idrac-client/main.go @@ -29,9 +29,9 @@ func init() { app = versioned.NewPackageManager("go-redfish-api-idrac-client") app.Description = "iDRAC Redfish API Client" app.Documentation = "https://github.com/greenpau/go-redfish-api-idrac/" - app.SetVersion(appVersion, "1.0.5") + app.SetVersion(appVersion, "1.0.6") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.4-6-g78013ee") + app.SetGitCommit(gitCommit, "v1.0.5-2-g240ca9f") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }