From 83168519298afc3139fce2eedc4d4cce4e08a859 Mon Sep 17 00:00:00 2001 From: Akzhan Abdulin Date: Fri, 4 Oct 2013 15:09:37 +0400 Subject: [PATCH] Version bump to 0.0.5 --- lib/reg_api2/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reg_api2/version.rb b/lib/reg_api2/version.rb index eb6a846..9f96a8b 100644 --- a/lib/reg_api2/version.rb +++ b/lib/reg_api2/version.rb @@ -1,5 +1,5 @@ # -*- encoding : utf-8 -*- module RegApi2 # Gem version. - VERSION = "0.0.4".freeze + VERSION = "0.0.5".freeze end