From 5a512de69565712fa391edab2bc1a5ce23f51bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Wed, 8 Nov 2023 08:53:15 +0000 Subject: [PATCH] correct gem version for v0.7.1 release --- authzed.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authzed.gemspec b/authzed.gemspec index 4c190b2..2e3687a 100644 --- a/authzed.gemspec +++ b/authzed.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "authzed" - s.version = "0.7.0" + s.version = "0.7.1" s.licenses = ["Apache-2.0"] s.summary = "Ruby bindings for Authzed API" s.description = "Authzed is the best way to build robust and scalable permissions systems. See https://authzed.com for more details."