From 7ffd73da164730f7153c2ee80292d207e4aed380 Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Tue, 5 Sep 2023 19:51:40 -0400 Subject: [PATCH] released v1.0.5 --- 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 8e6305f..a5267b2 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.4") + app.SetVersion(appVersion, "1.0.5") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.3-3-gddd0d0f") + app.SetGitCommit(gitCommit, "v1.0.4-6-g78013ee") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }