From e600bde5a901db72608026d01f2b66cc0ed5206f Mon Sep 17 00:00:00 2001 From: sige Date: Mon, 24 Feb 2020 13:28:20 +0100 Subject: [PATCH] new version --- Gemfile.lock | 2 +- lib/configcat/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bca4d06..3cf827c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - configcat (2.0.1) + configcat (2.0.2) concurrent-ruby semantic diff --git a/lib/configcat/version.rb b/lib/configcat/version.rb index 1c228a4..3f62f70 100644 --- a/lib/configcat/version.rb +++ b/lib/configcat/version.rb @@ -1,3 +1,3 @@ module ConfigCat - VERSION = "2.0.1" + VERSION = "2.0.2" end