v0.1.1-beta

This commit is contained in:
MaMe82 2020-02-06 13:36:25 +01:00
parent 3b524644e3
commit 40ec9568f0
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@ package common_web
const (
MAJOR = 0
MINOR = 1
PATCH = 0
SUFFIX = "-dev"
PATCH = 1
SUFFIX = "-beta"
VERSION = "v0.1.1"+SUFFIX
)