mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 19:43:40 +00:00
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
8c9248de8d |
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ var build string
|
|||
|
||||
const (
|
||||
VersionMajor = 0
|
||||
VersionMinor = 1
|
||||
VersionMinor = 2
|
||||
VersionPatch = 0
|
||||
VersionTag = "" // example: "rc1"
|
||||
VersionTag = "rc1" // example: "rc1"
|
||||
)
|
||||
|
||||
func VersionString() string {
|
||||
|
|
Loading…
Reference in a new issue