From 5f0552700a5ef32c9180a87f8723c5968b8eba1a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 8 Oct 2014 16:49:28 -0400 Subject: [PATCH] Version bump to v1.1.0.beta5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 78c983ba28..12523e2e1c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 1 TINY = 0 - PRE = 'beta4' + PRE = 'beta5' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end