From 2cff7ccf147c66800d942de75c0d7ef8227971aa Mon Sep 17 00:00:00 2001 From: Andreas Reischuck Date: Sun, 7 Sep 2014 20:15:25 +0200 Subject: [PATCH] version 0.5.3 --- version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rb b/version.rb index 64ecb5f..c732dda 100644 --- a/version.rb +++ b/version.rb @@ -2,7 +2,7 @@ module RailsDisco module VERSION MAJOR = 0 MINOR = 5 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')