From aba2d343dff48626b27611797abc6ddc556618f6 Mon Sep 17 00:00:00 2001 From: romnnn Date: Mon, 20 Apr 2020 12:16:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 ++---- flatbson.go | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af8294b..8e12481 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,8 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True - - [bumpversion:file:flatbson.go] search = const Version \= "{current_version}" -replace = {new_version} \ No newline at end of file +replace = {new_version} diff --git a/flatbson.go b/flatbson.go index d98377d..053e314 100644 --- a/flatbson.go +++ b/flatbson.go @@ -9,7 +9,7 @@ import ( ) // Version is incremented using bump2version -const Version = "0.0.1" +const Version = "0.1.0" var defaultSeparator = "."