From af8d2f095c72fde9949c77e2ab03ef127981248f Mon Sep 17 00:00:00 2001 From: Shaun Davis Date: Wed, 1 Dec 2021 14:17:19 -0600 Subject: [PATCH] bump version to v0.11.5 --- lib/etcdv3/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/etcdv3/version.rb b/lib/etcdv3/version.rb index 4bc49b9..5c375ba 100644 --- a/lib/etcdv3/version.rb +++ b/lib/etcdv3/version.rb @@ -1,3 +1,3 @@ class Etcdv3 - VERSION = '0.11.3'.freeze + VERSION = '0.11.5'.freeze end