From a4b95c9956acda480dfe7c7f0be432f7c0edf957 Mon Sep 17 00:00:00 2001 From: Asmod4n Date: Thu, 10 Dec 2015 20:31:51 +0100 Subject: [PATCH] bump version to 0.2.0 --- mrblib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrblib/version.rb b/mrblib/version.rb index 32f88c5..c68e933 100644 --- a/mrblib/version.rb +++ b/mrblib/version.rb @@ -1,3 +1,3 @@ class Hiredis - VERSION = '0.1.1' + VERSION = '0.2.0' end