Skip to content

Commit 2df1c30

Browse files
committed
v1.5.0-alpha1
1 parent 20f107f commit 2df1c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/vars.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import (
77
// Set during build
88
const (
99
// Version is the version of the software, set at build time
10-
Version = "v1.4.1-dev"
10+
Version = "v1.5.0-alpha1"
1111

1212
// ForkVersion is the latest supported fork version at build time
13-
ForkVersion = "bellatrix"
13+
ForkVersion = "capella"
1414
)
1515

1616
// Other settings

0 commit comments

Comments
 (0)