bumpversion

This commit is contained in:
Thomas von Dein
2024-07-12 23:01:46 +02:00
committed by T.v.Dein
parent 957db29a37
commit 50b630791a

View File

@@ -43,7 +43,7 @@ type Config struct {
}
const (
VERSION = "v0.0.8"
VERSION = "v0.0.9"
Alive = 1
Dead = 0