diff --git a/src/config.go b/src/config.go index 8a04095..10818ad 100644 --- a/src/config.go +++ b/src/config.go @@ -43,7 +43,7 @@ type Config struct { } const ( - VERSION = "v0.0.8" + VERSION = "v0.0.9" Alive = 1 Dead = 0