about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 23:12:24 +0200
committerAlan Pearce2024-05-17 23:12:24 +0200
commit82388e0abb013e3f2cd8c5659be44315658b777a (patch)
treeffcfe6dc2940c575b6e00cf36144c59709d77be3 /nix
parent6ea953b1c9f9c352a9619e42a6f0ce80d183d7f8 (diff)
downloadsearchix-82388e0abb013e3f2cd8c5659be44315658b777a.tar.lz
searchix-82388e0abb013e3f2cd8c5659be44315658b777a.tar.zst
searchix-82388e0abb013e3f2cd8c5659be44315658b777a.zip
chore: release 0.1.3 v0.1.3
Diffstat (limited to 'nix')
-rw-r--r--nix/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 552541b..04f68a1 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -17,7 +17,7 @@
 let
   inherit (builtins) concatStringsSep match;
 
-  version = "0.1.2";
+  version = "0.1.3";
 in
 buildGoApplication {
   pname = "searchix";