We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f107f commit 2df1c30Copy full SHA for 2df1c30
config/vars.go
@@ -7,10 +7,10 @@ import (
7
// Set during build
8
const (
9
// Version is the version of the software, set at build time
10
- Version = "v1.4.1-dev"
+ Version = "v1.5.0-alpha1"
11
12
// ForkVersion is the latest supported fork version at build time
13
- ForkVersion = "bellatrix"
+ ForkVersion = "capella"
14
)
15
16
// Other settings
0 commit comments