Skip to content

Commit

Permalink
released v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Sep 23, 2020
1 parent ddd0d0f commit 888f660
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.3")
app.SetVersion(appVersion, "1.0.4")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.2-3-gfdedfff")
app.SetGitCommit(gitCommit, "v1.0.3-3-gddd0d0f")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit 888f660

Please sign in to comment.