Skip to content

Commit

Permalink
chore(version): Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdsouza authored and padamstx committed Oct 4, 2019
1 parent 5eee210 commit 57a45f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 1.0.0rc1
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ package core
// limitations under the License.

// Version of the SDK
const __VERSION__ = "0.8.0"
const __VERSION__ = "1.0.0rc1"

0 comments on commit 57a45f8

Please sign in to comment.