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
+1 -1
View File
@@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.9.0"
Version = "3.10.0-alpha"
)