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