diff --git a/cmd/hm-options/main.go b/cmd/hm-options/main.go index a1fc846..24425ca 100644 --- a/cmd/hm-options/main.go +++ b/cmd/hm-options/main.go @@ -20,7 +20,7 @@ import ( const ( defaultDatabase = "sqlite://hm-options.db" - version = "0.1.1" + version = "0.1.2" ) func main() { diff --git a/cmd/nixos-options/main.go b/cmd/nixos-options/main.go index e27065e..5d035fc 100644 --- a/cmd/nixos-options/main.go +++ b/cmd/nixos-options/main.go @@ -19,7 +19,7 @@ import ( const ( defaultDatabase = "sqlite://nixos-options.db" - version = "0.1.1" + version = "0.1.2" ) func main() { diff --git a/nix/package.nix b/nix/package.nix index ce0f987..9925465 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -7,7 +7,7 @@ buildGoModule { inherit pname src; - version = "0.1.1"; + version = "0.1.2"; vendorHash = "sha256-D0KIxQC9ctIAaHBFTvkhBE06uOZwDUcIw8471Ug2doY=";