Skip to content
Snippets Groups Projects
Commit 96abcaae authored by Florent Gluck's avatar Florent Gluck
Browse files

Server: bumpped version to 1.11.1

parent c5e1e64c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import (
const (
major = 1
minor = 11
bugfix = 0
bugfix = 1
)
var version params.Version = params.NewVersion(major, minor, bugfix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment