mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
Bump release version
This commit is contained in:
parent
2c5c9c14ec
commit
c159867064
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
4
main.go
4
main.go
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue