From 2440af1697e0fa921bd2b6b2a4811bf5549c96f7 Mon Sep 17 00:00:00 2001 From: Prometheus Date: Fri, 24 Jun 2022 17:26:08 +0300 Subject: [PATCH] Update version.rb --- country-codes-rb/lib/country_codes/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/country-codes-rb/lib/country_codes/version.rb b/country-codes-rb/lib/country_codes/version.rb index 1043943..fdb4ac6 100644 --- a/country-codes-rb/lib/country_codes/version.rb +++ b/country-codes-rb/lib/country_codes/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module CountryCodes - VERSION = '0.1.0' - LIB_VERSION = '0.0.4' + VERSION = '0.1.1' + LIB_VERSION = '0.0.6' end