From 02fb86916f5265ad8318c4415229753428c68eaf Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 22 May 2017 13:49:35 -0400 Subject: [PATCH] Version bump to v1.8.0.beta13 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 1af1143a154..2a9c6acd921 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 8 TINY = 0 - PRE = 'beta12' + PRE = 'beta13' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end