From fd8b11a4c6172d04b2341489924736e6ee381743 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 10 Jul 2014 08:07:21 +0200 Subject: [PATCH] Version bump to v2.0.3 --- Gemfile.lock | 2 +- lib/cql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4f6fc4..2542661 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cql-rb (2.0.2) + cql-rb (2.0.3) ione (~> 1) GEM diff --git a/lib/cql/version.rb b/lib/cql/version.rb index f52888d..6339617 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Cql - VERSION = '2.0.2'.freeze + VERSION = '2.0.3'.freeze end \ No newline at end of file