7 lines
184 B
Go
7 lines
184 B
Go
package meta
|
|
|
|
// Version of Shoutrrr.
|
|
const Version = `0.6-dev`
|
|
|
|
// DocsVersion is prepended to documentation URLs and usually equals MAJOR.MINOR of Version.
|
|
const DocsVersion = `dev`
|