Skip to content

Commit 5a9a094

Browse files
committed
Merge pull request #58 from zchee/version-0.2.1
Bump version to 0.2.1
2 parents 4cc5215 + dc3d038 commit 5a9a094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xhyve/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var (
77
ConfigVersion int = 1
88

99
// Version should be updated by hand at each release
10-
Version string = "0.2.0"
10+
Version string = "0.2.1"
1111

1212
// GitCommit will be overwritten automatically by the build system
1313
GitCommit string = "HEAD"

0 commit comments

Comments
 (0)