We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96315db commit 0234ba4Copy full SHA for 0234ba4
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/jarcoal/httpmock v1.0.4
9
github.com/klauspost/compress v1.11.7 // indirect
10
github.com/mattn/go-colorable v0.1.8
11
- github.com/mattn/go-isatty v0.0.12 // indirect
+ github.com/mattn/go-isatty v0.0.12
12
github.com/mitchellh/mapstructure v1.2.2 // indirect
13
github.com/nxadm/tail v1.4.6 // indirect
14
github.com/onsi/ginkgo v1.14.2
internal/meta/version.go
@@ -1,7 +1,7 @@
1
package meta
2
3
// Version of Shoutrrr
4
-const Version = `0.5-dev`
+const Version = `0.5`
5
6
// DocsVersion is prepended to documentation URLs and usually equals MAJOR.MINOR of Version
7
-const DocsVersion = `dev`
+const DocsVersion = `v0.5`
0 commit comments