From 0dc678c1e7a7971fe334985a114465616cfdc43e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 5 Jun 2013 18:44:56 -0400 Subject: [PATCH] Version bump to v0.9.2.5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 9870e2444a0..04ac3e4d532 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 2 - PRE = nil + PRE = 5 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end