We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a06a0 commit 3b54513Copy full SHA for 3b54513
internal/model/version/version.go
@@ -8,7 +8,7 @@ import (
8
const (
9
MAJOR = 0
10
MINOR = 5
11
- FIX = 1
+ FIX = 2
12
DEV = false
13
)
14
0 commit comments