version/version.go: we're now hacking on v3.0.9-alpha

This commit is contained in:
Simone Basso 2020-10-06 13:04:23 +02:00
parent d02b47dcda
commit 4bd6c3e9d4

View File

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