We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e148e7f commit c967a7dCopy full SHA for c967a7d
1 file changed
internal/config/config.go
@@ -12,7 +12,7 @@ import (
12
13
const (
14
DBFileName = "lampghost.db"
15
- VERSION = "0.2.5-dev"
+ VERSION = "0.2.5"
16
)
17
18
var (
0 commit comments