Updated version to 0.2.0

This commit is contained in:
GoodiesHQ 2025-11-06 03:39:20 -08:00
parent a7e918ee63
commit 52e541e087

View file

@ -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 {