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 fdedfff commit 77d6b39Copy full SHA for 77d6b39
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.2")
+ app.SetVersion(appVersion, "1.0.3")
33
app.SetGitBranch(gitBranch, "main")
34
- app.SetGitCommit(gitCommit, "88f97b3")
+ app.SetGitCommit(gitCommit, "v1.0.2-3-gfdedfff")
35
app.SetBuildUser(buildUser, "")
36
app.SetBuildDate(buildDate, "")
37
}
0 commit comments