From ee54e37a1f28809de61580cce38b5d393828acea Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 7 Dec 2016 17:50:43 -0500 Subject: [PATCH] Version bump to v1.7.0.beta9 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 430e4776fbc..11ffbe50335 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 7 TINY = 0 - PRE = 'beta8' + PRE = 'beta9' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end