Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnb committed Jan 20, 2019
1 parent 4d7ff0f commit 551b7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

[bumpversion:file:cmd/xenstore/version.go]
search = const Version = "{current_version}"
replace = const Version = "{new_version}"

2 changes: 1 addition & 1 deletion cmd/xenstore/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package main
var GitCommit string

// The main version number that is being run at the moment.
const Version = "0.1.0"
const Version = "0.2.0"

0 comments on commit 551b7e6

Please sign in to comment.