Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kintoandar committed Oct 26, 2020
1 parent b6efeb7 commit 8d9572e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"public_stats": false
},
"version": {
"name": "1.0.1",
"name": "1.1.0",
"desc": "The little forwarder that could",
"gpgSign": false
},
"files": [
{
"includePattern": "dist/(.*)",
"uploadPattern": "/1.0.1/$1"
"uploadPattern": "/1.1.0/$1"
}
],
"publish": true
Expand Down
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = True
tag = True

Expand All @@ -10,4 +10,3 @@ replace = {new_version}
[bumpversion:file:pkg/version/version.go]
search = Version = "{current_version}"
replace = Version = "{new_version}"

2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var GitCommit string

// Version number.
const Version = "1.0.1"
const Version = "1.1.0"

// GoVersion returns the version of the go runtime used to compile the binary.
var GoVersion = runtime.Version()
Expand Down

0 comments on commit 8d9572e

Please sign in to comment.