Version bump

This commit is contained in:
Neil Lalonde 2015-07-17 21:31:26 -04:00
commit ced0e85ddb
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
skip_missing_workers: true
allow_lossy: false
allow_lossy: true
# PNG
advpng: false
optipng: false
pngcrush: false
pngout: true
pngquant: false
pngout: false
pngquant:
quality: !ruby/range 75..90
# JPG
jpegrecompress: false

View File

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