Version bump to v1.7.10

This commit is contained in:
Neil Lalonde 2017-05-22 13:48:38 -04:00
parent 56f5b21a90
commit 7a434d51b0

View File

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