From 18c27883e9fc2efff938dd3719987c00c73a4f01 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 24 Apr 2018 11:13:52 -0400 Subject: [PATCH] Version bump to v2.0.0.beta7 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index b6ae4d6a88f..68dbb91e83c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 2 MINOR = 0 TINY = 0 - PRE = 'beta6' + PRE = 'beta7' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end