diff options
author | Alan Pearce | 2025-01-19 01:39:55 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-19 01:39:55 +0100 |
commit | 1b4bc895cf7a1943ba61448b29bb1dadd81c8182 (patch) | |
tree | 5efde5376b470c434662659ee1b022b19513e18c /nix | |
parent | fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f (diff) | |
download | searchix-1b4bc895cf7a1943ba61448b29bb1dadd81c8182.tar.lz searchix-1b4bc895cf7a1943ba61448b29bb1dadd81c8182.tar.zst searchix-1b4bc895cf7a1943ba61448b29bb1dadd81c8182.zip |
chore: release 0.1.17 v0.1.17
Diffstat (limited to 'nix')
-rw-r--r-- | nix/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix index 7e1fd8f..8e1c1ad 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -13,7 +13,7 @@ , css }: let - version = "0.1.16"; + version = "0.1.17"; in buildGoApplication { pname = "searchix"; |