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 Oct 10, 2024
1 parent 52dff31 commit ab72c9e
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.12.0";
version = "2.13.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.12.0"
const BUILD_DATE = "2024-01-29T19:42:28+00:00"
const VERSION = "2.13.0"
const BUILD_DATE = "2024-10-10T18:01:34+00:00"

type exampleFlag map[string]string

Expand Down

0 comments on commit ab72c9e

Please sign in to comment.