Skip to content

Commit 4542615

Browse files
authored
Merge pull request #130 from zchee/version-0.2.3
Bump version to 0.2.3
2 parents 93e7139 + a54b477 commit 4542615

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.2"
10+
Version string = "0.2.3"
1111

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

0 commit comments

Comments
 (0)