We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83bcb5 commit b74c23dCopy full SHA for b74c23d
xhyve/version.go
@@ -2,7 +2,7 @@ package xhyve
2
3
var (
4
// Version should be updated by hand at each release
5
- Version = "0.2.3"
+ Version = "0.3.0"
6
7
// GitCommit will be overwritten automatically by the build system
8
GitCommit = "HEAD"
0 commit comments