From 3c2d41788cfe464d937216c8afcedacb63d5cb3a Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 6 Mar 2017 15:37:05 +0100 Subject: [PATCH] release 0.3.0 --- rebel.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebel.gemspec b/rebel.gemspec index aa5b00e..bb0a08e 100644 --- a/rebel.gemspec +++ b/rebel.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rebel' - s.version = '0.2.0' + s.version = '0.3.0' s.licenses = ['MIT'] s.summary = 'Fight against the Object tyranny' s.description = 'SQL-flavoured Ruby, or is it the other way around?'