From 1b4e11dec510f479e6e30f0d607fe41fb013b0c0 Mon Sep 17 00:00:00 2001 From: Neil Lalonde <neillalonde@gmail.com> Date: Wed, 16 Apr 2014 11:14:38 -0400 Subject: [PATCH] Version bump to v0.9.9.2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 55957b0629f..46cf4ea6abf 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 9 - PRE = 1 + PRE = 2 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end