Skip to content

Commit 3b63239

Browse files
authoredMar 8, 2019
Bump version to 0.2.1 (pravega#57)
1 parent 5fa0df3 commit 3b63239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
package version
1212

1313
// Version represents the software version of the Zookeeper Operator
14-
var Version string
14+
var Version = "0.2.1"
1515

1616
// GitSHA represents the Git commit hash in short format
1717
var GitSHA string

0 commit comments

Comments
 (0)
Please sign in to comment.