From aaa2d8190053aacb41a4e7f6674db093e539e69a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 17 Oct 2013 16:40:54 -0400 Subject: [PATCH] Version bump to v0.9.7.1 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index e19533349c..48479fe91d 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 7 - PRE = nil + PRE = 1 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end