From a8dd01c9c868d2288f06c18aff732f094143a6e9 Mon Sep 17 00:00:00 2001 From: eparker-tulip Date: Wed, 2 Oct 2024 16:33:17 -0500 Subject: [PATCH] version bump --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 7bb8f37..5d113c1 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ buildGoModule { pname = "oplogtoredis"; - version = "3.7.0"; + version = "3.7.1"; src = builtins.path { path = ./.; }; postInstall = ''