chore: start hacking on 3.0.11-alpha

This commit is contained in:
Simone Basso 2020-11-13 11:29:54 +01:00 committed by GitHub
parent f82aa2eff1
commit 3733e551e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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