chore: bump version to 0.1.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 01:30:53 +01:00
parent 9252ddcfae
commit c829dd28a9
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ import (
const (
defaultDatabase = "sqlite://hm-options.db"
version = "0.1.1"
version = "0.1.2"
)
func main() {

View File

@@ -19,7 +19,7 @@ import (
const (
defaultDatabase = "sqlite://nixos-options.db"
version = "0.1.1"
version = "0.1.2"
)
func main() {

View File

@@ -7,7 +7,7 @@
buildGoModule {
inherit pname src;
version = "0.1.1";
version = "0.1.2";
vendorHash = "sha256-D0KIxQC9ctIAaHBFTvkhBE06uOZwDUcIw8471Ug2doY=";