From f18f608613ebe924343119b0dddaf23501520e0f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 30 Oct 2017 11:18:24 -0400 Subject: [PATCH] Version bump to v1.8.10 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 574f1d0d1c6..270855e6ca5 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,7 +4,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 1 MINOR = 8 - TINY = 9 + TINY = 10 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')