From 334cbea0d710cafa003fecd3501dddf4be92c671 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 23 May 2014 19:21:08 -0400 Subject: [PATCH] Version bump to v0.9.9.5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index b30376cc3e..fd94005ba3 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 0 MINOR = 9 TINY = 9 - PRE = 4 + PRE = 5 STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end