Bump release version

This commit is contained in:
Github Actions 2024-01-29 19:42:28 +00:00
parent 2c5c9c14ec
commit c159867064
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
buildGoApplication { buildGoApplication {
pname = "ess"; pname = "ess";
version = "2.11.0"; version = "2.12.0";
pwd = ./.; pwd = ./.;
src = ./.; src = ./.;
modules = ./gomod2nix.toml; modules = ./gomod2nix.toml;

View file

@ -18,8 +18,8 @@ import (
"github.com/hashicorp/go-envparse" "github.com/hashicorp/go-envparse"
) )
const VERSION = "2.11.0" const VERSION = "2.12.0"
const BUILD_DATE = "2024-01-29T19:21:01+00:00" const BUILD_DATE = "2024-01-29T19:42:28+00:00"
type exampleFlag map[string]string type exampleFlag map[string]string