From 291f912ce95e69aa3dcfc2eac1642fbaf589e291 Mon Sep 17 00:00:00 2001 From: Pierre Cheynier Date: Mon, 27 May 2024 15:11:11 +0200 Subject: [PATCH] New release v1.36.0 --- lib/consul/async/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consul/async/version.rb b/lib/consul/async/version.rb index c116125..c7adbcc 100644 --- a/lib/consul/async/version.rb +++ b/lib/consul/async/version.rb @@ -1,5 +1,5 @@ module Consul module Async - VERSION = '1.35.1'.freeze + VERSION = '1.36.0'.freeze end end