Skip to content

Commit 0234ba4

Browse files
committed
update meta version
1 parent 96315db commit 0234ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/jarcoal/httpmock v1.0.4
99
github.com/klauspost/compress v1.11.7 // indirect
1010
github.com/mattn/go-colorable v0.1.8
11-
github.com/mattn/go-isatty v0.0.12 // indirect
11+
github.com/mattn/go-isatty v0.0.12
1212
github.com/mitchellh/mapstructure v1.2.2 // indirect
1313
github.com/nxadm/tail v1.4.6 // indirect
1414
github.com/onsi/ginkgo v1.14.2

internal/meta/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package meta
22

33
// Version of Shoutrrr
4-
const Version = `0.5-dev`
4+
const Version = `0.5`
55

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

0 commit comments

Comments
 (0)