mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Version 0.14.0 (#3468)
This commit is contained in:
parent
2f055ae8c9
commit
556a5a9edc
4 changed files with 34 additions and 7 deletions
|
@ -17,8 +17,8 @@ var build string
|
|||
|
||||
const (
|
||||
VersionMajor = 0
|
||||
VersionMinor = 13
|
||||
VersionPatch = 8
|
||||
VersionMinor = 14
|
||||
VersionPatch = 0
|
||||
VersionTag = "" // example: "rc1"
|
||||
|
||||
gitRevLen = 7 // 7 matches the displayed characters on github.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue