mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Version 0.1.0rc3
This commit is contained in:
parent
15bf385141
commit
c8fc68555c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const (
|
|||
VersionMajor = 0
|
||||
VersionMinor = 1
|
||||
VersionPatch = 0
|
||||
VersionTag = "rc2" // example: "rc1"
|
||||
VersionTag = "rc3" // example: "rc1"
|
||||
)
|
||||
|
||||
func VersionString() string {
|
||||
|
|
Loading…
Reference in a new issue