diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 179dbaa..dffd844 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.2.0 commit = True tag = True @@ -10,4 +10,3 @@ replace = version-{new_version}-orange.svg [bumpversion:file:app/version/version.go] search = const Version string = "{current_version}" replace = const Version string = "{new_version}" - diff --git a/README.md b/README.md index c976171..608e2fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-1.1.3-orange.svg) +![Version](https://img.shields.io/badge/version-1.2.0-orange.svg) ![Go](https://img.shields.io/badge/go-1.16-black.svg) [![Documentation](https://godoc.org/github.com/vigo/statoo?status.svg)](https://pkg.go.dev/github.com/vigo/statoo) [![Go Report Card](https://goreportcard.com/badge/github.com/vigo/statoo)](https://goreportcard.com/report/github.com/vigo/statoo) diff --git a/app/version/version.go b/app/version/version.go index 1267baf..d50124d 100644 --- a/app/version/version.go +++ b/app/version/version.go @@ -1,4 +1,4 @@ package version // Version is the current version of statoo -const Version string = "1.1.3" +const Version string = "1.2.0"