From fa12e45a434d9b980a33ebf50c4f78097edf6eec Mon Sep 17 00:00:00 2001 From: Theo Date: Mon, 14 Oct 2013 16:02:17 +0200 Subject: [PATCH] Version bump to v1.0.6 --- Gemfile.lock | 2 +- lib/cql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 902e39d..35d5f81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cql-rb (1.0.5) + cql-rb (1.0.6) GEM remote: https://rubygems.org/ diff --git a/lib/cql/version.rb b/lib/cql/version.rb index 73bf3ad..07c710d 100644 --- a/lib/cql/version.rb +++ b/lib/cql/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Cql - VERSION = '1.0.5'.freeze + VERSION = '1.0.6'.freeze end \ No newline at end of file