Skip to content

Commit 77d6b39

Browse files
committed
released v1.0.3
1 parent fdedfff commit 77d6b39

File tree

1 file changed

+2
-2
lines changed
  • cmd/go-redfish-api-idrac-client

1 file changed

+2
-2
lines changed

cmd/go-redfish-api-idrac-client/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ func init() {
2929
app = versioned.NewPackageManager("go-redfish-api-idrac-client")
3030
app.Description = "iDRAC Redfish API Client"
3131
app.Documentation = "https://github.com/greenpau/go-redfish-api-idrac/"
32-
app.SetVersion(appVersion, "1.0.2")
32+
app.SetVersion(appVersion, "1.0.3")
3333
app.SetGitBranch(gitBranch, "main")
34-
app.SetGitCommit(gitCommit, "88f97b3")
34+
app.SetGitCommit(gitCommit, "v1.0.2-3-gfdedfff")
3535
app.SetBuildUser(buildUser, "")
3636
app.SetBuildDate(buildDate, "")
3737
}

0 commit comments

Comments
 (0)