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