mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Update version number
This commit is contained in:
parent
a3144ae626
commit
4c6951a099
|
|
@ -18,7 +18,7 @@ const (
|
|||
VersionMajor = 0
|
||||
VersionMinor = 2
|
||||
VersionPatch = 0
|
||||
VersionTag = "rc2" // example: "rc1"
|
||||
VersionTag = "" // example: "rc1"
|
||||
)
|
||||
|
||||
func VersionString() string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue