From b5196179c07aba09ff85c28c577992551f7c8671 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 2 Dec 2023 11:18:34 +0000 Subject: [PATCH] neon-storage 4277 Closes #85. Signed-off-by: Alexander Bayandin --- Formula/neon-storage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-storage.rb b/Formula/neon-storage.rb index 80113a2..63b7c2d 100644 --- a/Formula/neon-storage.rb +++ b/Formula/neon-storage.rb @@ -2,8 +2,8 @@ class NeonStorage < Formula desc "Storage components for Neon" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-4273", - revision: "a113c3e4335fc4d7f3d8497eb87b5906a85751f2" + tag: "release-4277", + revision: "e65be4c2dcb26011fcb963e8445854305795286e" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"