Skip to content

Commit

Permalink
[skip ci] docs: Update version numbers from 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 1, 2019
1 parent 2e85d14 commit a74a30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

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

2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package core

// Version of the SDK
const Version = "0.4.0"
const Version = "0.4.1"

0 comments on commit a74a30d

Please sign in to comment.