Skip to content

Commit

Permalink
released v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Sep 5, 2023
1 parent 9e29f3f commit 79cb601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
2 changes: 1 addition & 1 deletion pkg/ovn_exporter/ovn_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func init() {
app = versioned.NewPackageManager("ovn-exporter")
app.Description = "Prometheus Exporter for Open Virtual Network (OVN)"
app.Documentation = "https://github.com/greenpau/ovn_exporter/"
app.SetVersion(appVersion, "1.0.6")
app.SetVersion(appVersion, "1.0.7")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
Expand Down

0 comments on commit 79cb601

Please sign in to comment.