chore(version.go): we're at 3.0.10-alpha

Committing directly to master since this should be a simple enough change
This commit is contained in:
Simone Basso 2020-10-27 15:27:47 +01:00 committed by GitHub
parent f172031a03
commit 2a34d7db04
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.9"
Version = "3.0.10-alpha"
)