From ca85878188192c744c1807cb431972c33ba61bf6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 17 Jul 2014 16:40:14 -0400 Subject: [PATCH] Version bump to v0.9.9.13 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index ad1aeb8f5..8da85b613 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 9 - PRE = 12 + PRE = 13 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end