From 35628c709b54e725b0e930d158e2e49d124c6276 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 30 Oct 2014 16:55:05 -0400 Subject: [PATCH] Version bump to v1.0.4 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index cc21d21f41..f4dc5e5f97 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,7 +4,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 1 MINOR = 0 - TINY = 3 + TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')