Version bump to v0.9.7.4

This commit is contained in:
Neil Lalonde 2013-11-14 17:30:10 -05:00
parent 726b985ece
commit 8a7fa6e467
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 0
MINOR = 9
TINY = 7
PRE = 3
PRE = 4
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end