From b0be30459147d0498ce524d116e925748191fd57 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 5 Jul 2017 12:20:23 -0400 Subject: [PATCH] Version bump to v1.8.2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 30c335db73..3f308b5e93 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -4,7 +4,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 1 MINOR = 8 - TINY = 1 + TINY = 2 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')