From df5142493c99908aca55e183b5681477e9c4871d Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 17 Aug 2017 15:59:29 -0400 Subject: [PATCH] Version bump to v1.9.0.beta7 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 8e27a89f97d..bc025b9cb86 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 9 TINY = 0 - PRE = 'beta6' + PRE = 'beta7' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end