We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0d0f commit 888f660Copy full SHA for 888f660
cmd/go-redfish-api-idrac-client/main.go
@@ -29,9 +29,9 @@ func init() {
29
app = versioned.NewPackageManager("go-redfish-api-idrac-client")
30
app.Description = "iDRAC Redfish API Client"
31
app.Documentation = "https://github.com/greenpau/go-redfish-api-idrac/"
32
- app.SetVersion(appVersion, "1.0.3")
+ app.SetVersion(appVersion, "1.0.4")
33
app.SetGitBranch(gitBranch, "main")
34
- app.SetGitCommit(gitCommit, "v1.0.2-3-gfdedfff")
+ app.SetGitCommit(gitCommit, "v1.0.3-3-gddd0d0f")
35
app.SetBuildUser(buildUser, "")
36
app.SetBuildDate(buildDate, "")
37
}
0 commit comments