about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/package.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";