We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c4755 commit ab0aebaCopy full SHA for ab0aeba
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.3.0"
+ Version = "0.3.1"
6
7
// GitCommit will be overwritten automatically by the build system
8
GitCommit = "HEAD"
0 commit comments