diff --git a/default.nix b/default.nix index 5dd723b..504afff 100644 --- a/default.nix +++ b/default.nix @@ -14,7 +14,7 @@ buildGoApplication { pname = "ess"; - version = "2.11.0"; + version = "2.12.0"; pwd = ./.; src = ./.; modules = ./gomod2nix.toml; diff --git a/main.go b/main.go index 6eda4a5..c91e9da 100644 --- a/main.go +++ b/main.go @@ -18,8 +18,8 @@ import ( "github.com/hashicorp/go-envparse" ) -const VERSION = "2.11.0" -const BUILD_DATE = "2024-01-29T19:21:01+00:00" +const VERSION = "2.12.0" +const BUILD_DATE = "2024-01-29T19:42:28+00:00" type exampleFlag map[string]string