We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad244a6 commit f50f11bCopy full SHA for f50f11b
config.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
// BuildVersion returns the build version of grimd, this should be incremented every new release
15
-var BuildVersion = "1.0.4"
+var BuildVersion = "1.0.5"
16
17
// ConfigVersion returns the version of grimd, this should be incremented every time the config changes so grimd presents a warning
18
var ConfigVersion = "1.0.2"
0 commit comments