Skip to content

Commit

Permalink
update meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Aug 16, 2021
1 parent 96315db commit 0234ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jarcoal/httpmock v1.0.4
github.com/klauspost/compress v1.11.7 // indirect
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/nxadm/tail v1.4.6 // indirect
github.com/onsi/ginkgo v1.14.2
Expand Down
4 changes: 2 additions & 2 deletions internal/meta/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package meta

// Version of Shoutrrr
const Version = `0.5-dev`
const Version = `0.5`

// DocsVersion is prepended to documentation URLs and usually equals MAJOR.MINOR of Version
const DocsVersion = `dev`
const DocsVersion = `v0.5`

0 comments on commit 0234ba4

Please sign in to comment.