Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Oct 1, 2023
1 parent 1d23a7d commit 2cdbbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

var (
Version = "0.1.0"
Version = "0.2.0"
// GitSHA is the commit SHA value set during build
GitSHA = "Not provided (use ./build.sh)"
)

0 comments on commit 2cdbbdd

Please sign in to comment.