mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 12:03:38 +00:00
Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
c8fc68555c | ||
|
15bf385141 | ||
|
e7d9eea4a0 | ||
|
3fa76370f2 | ||
|
f7cecdd9a8 |
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ var build string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 0
|
VersionMinor = 1
|
||||||
VersionPatch = 0
|
VersionPatch = 0
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "rc3" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func VersionString() string {
|
func VersionString() string {
|
||||||
|
|
Loading…
Reference in a new issue