Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 29, 2024
1 parent 2c5c9c1 commit c159867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildGoApplication {
pname = "ess";
version = "2.11.0";
version = "2.12.0";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c159867

Please sign in to comment.