From 5fb38ba9c0d42867686de22b52e855aee7d7cdcc Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 10 Jul 2014 17:33:30 -0400 Subject: [PATCH] Version bump to v0.9.9.12 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index d91a5a520c3..ad1aeb8f5f3 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 9 - PRE = 11 + PRE = 12 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end