From 9e269fbc7cf35cc59b490f8735ce82f961cc965e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 2 Apr 2013 10:16:07 -0400 Subject: [PATCH] Bump version to 0.8.5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 937db83d516..95128ff14be 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,7 +4,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 0 MINOR = 8 - TINY = 4 + TINY = 5 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')