We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3223800 commit 3139a10Copy full SHA for 3139a10
xhyve/version.go
@@ -7,7 +7,7 @@ var (
7
ConfigVersion int = 1
8
9
// Version should be updated by hand at each release
10
- Version string = "0.2.1"
+ Version string = "0.2.2"
11
12
// GitCommit will be overwritten automatically by the build system
13
GitCommit string = "HEAD"
0 commit comments