chore: set version to 3.10.0-alpha (#283)

This commit is contained in:
Simone Basso 2021-04-02 10:16:25 +02:00 committed by GitHub
parent 51459e23b2
commit 4700ba791d
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.9.0"
Version = "3.10.0-alpha"
)