From c3fc56ea8e3a2ef3ce42701d13e44dcb865934db Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 27 Aug 2013 13:34:59 +0200 Subject: [PATCH] Version bump to v1.1.0.pre3 --- Gemfile.lock | 2 +- lib/cql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72bda40..4dba11b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cql-rb (1.1.0.pre2) + cql-rb (1.1.0.pre3) GEM remote: https://rubygems.org/ diff --git a/lib/cql/version.rb b/lib/cql/version.rb index e2b18ba..143b45c 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Cql - VERSION = '1.1.0.pre2'.freeze + VERSION = '1.1.0.pre3'.freeze end \ No newline at end of file