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.
2 parents aaf2d60 + 4dd4d3a commit f43cb97Copy full SHA for f43cb97
version/version.go
@@ -1,6 +1,6 @@
1
package version
2
3
-const (
+var (
4
// Version is the noobaa-operator version (semver)
5
Version = "5.20.0"
6
)
0 commit comments