From 8627cab264c0e28fbdd549236a8454182202f734 Mon Sep 17 00:00:00 2001 From: David Celis Date: Tue, 1 Jul 2014 12:54:53 -0400 Subject: [PATCH] Bump version to 1.1.0 Signed-off-by: David Celis --- lib/rack/console/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rack/console/version.rb b/lib/rack/console/version.rb index 29e2336..146c867 100644 --- a/lib/rack/console/version.rb +++ b/lib/rack/console/version.rb @@ -2,8 +2,8 @@ module Rack class Console class Version MAJOR = 1 - MINOR = 0 - PATCH = 1 + MINOR = 1 + PATCH = 0 def self.to_s [MAJOR, MINOR, PATCH].join('.')