chore: version.go is no 3.0.10

This commit is contained in:
Simone Basso 2020-11-13 11:10:48 +01:00
parent 4dc0c2b3f7
commit d648b06eb3

View File

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.0.10-alpha"
Version = "3.0.10"
)