From 12ef8124cfda74ac25ee2d90b254acaf7e53fa09 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 29 Oct 2013 10:44:21 -0400 Subject: [PATCH] Version bump to v0.9.7.2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 48479fe91d..96004f60eb 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 7 - PRE = 1 + PRE = 2 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end