version/version.go (
4
lines of code) (
raw
):
package version // Version is the current version of the operator project var ( Version = "0.0.1" )