diff --git a/cmd/main.go b/cmd/main.go index a384e36..26bdece 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -14,7 +14,7 @@ import ( "github.com/rs/zerolog/log" ) -const VERSION = "0.1" +const VERSION = "0.2.0" const DEFAULT_CONFIG_FILE = "cfdns.yaml" type CLIFlags struct {