From b47f6e80b89bec298ba6f6411ea0573ed37ea9f1 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 26 Jun 2013 17:55:12 -0400 Subject: [PATCH] Version bump to v0.9.4 --- lib/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.rb b/lib/version.rb index a7f16e86cf2..7febd95b79d 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,8 +4,8 @@ module Discourse module VERSION #:nodoc: MAJOR = 0 MINOR = 9 - TINY = 3 - PRE = 5 + TINY = 4 + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end