From 7661a5fed228e1367ba7eaa41c98ed6adaa045a0 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 29 Jul 2013 18:34:04 -0400 Subject: [PATCH] Version bump to v0.9.5.2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 32cc8578f78..4a019474402 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 5 - PRE = 1 + PRE = 2 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end