Version bump to v1.9.5

This commit is contained in:
Neil Lalonde 2018-04-13 10:06:17 -04:00
parent 9c2be4dcac
commit 0bf1c476d7

View File

@ -4,7 +4,7 @@ module Discourse
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 9 MINOR = 9
TINY = 4 TINY = 5
PRE = nil PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')