mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Version 0.8.3rc1
This commit is contained in:
parent
6bc6184d70
commit
633ca06eb9
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ var build string
|
|||
const (
|
||||
VersionMajor = 0
|
||||
VersionMinor = 8
|
||||
VersionPatch = 2
|
||||
VersionTag = "" // example: "rc1"
|
||||
VersionPatch = 3
|
||||
VersionTag = "rc1" // example: "rc1"
|
||||
)
|
||||
|
||||
func VersionString() string {
|
||||
|
|
Loading…
Reference in a new issue