chore: set version to 3.3.0-alpha

This commit is contained in:
Simone Basso 2021-01-13 00:47:12 +01:00 committed by GitHub
parent 40d5f86698
commit 6fbad8555f
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.2.0"
Version = "3.3.0-alpha"
)