Skip to content

Commit

Permalink
released v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Sep 5, 2023
1 parent 240ca9f commit 282c151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/go-redfish-api-idrac-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
}
Expand Down

0 comments on commit 282c151

Please sign in to comment.