From 282c1510fc6a6ae511df3da93fa71dec83cd99db Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Tue, 5 Sep 2023 19:56:55 -0400 Subject: [PATCH] released v1.0.6 --- cmd/go-redfish-api-idrac-client/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, "") }