diff --git a/main.go b/main.go index 7d7d2f0..e6d9143 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( ) // Define the version of the application -const version = "v0.1.3" +const version = "v0.2" func main() { configPath := flag.String("c", "", "path to the configuration file (TOML format)")