diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f26d944..f50e99a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.4.0 commit = True tag = True diff --git a/README.md b/README.md index 3f71a14..b24be6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-1.3.1-orange.svg) +![Version](https://img.shields.io/badge/version-1.4.0-orange.svg) ![Go](https://img.shields.io/github/go-mod/go-version/vigo/statoo) [![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 ff35f22..f4dccd5 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.3.1" +const Version string = "1.4.0"