1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Bump version

This commit is contained in:
Thomas Reynolds 2018-11-07 11:47:33 -08:00
parent 59ecc85a58
commit a02160bba6
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
master
===
# 4.3.0.rc.4
* i18n was accidentally duplicating requests for extension-based template (file.es.html)
* Make sass cache configurable with either `SASS_CACHE_LOCATION` env variable or `sass_cache_location` Middleman config variable. (#2213)

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.3.0.rc.3'.freeze unless const_defined?(:VERSION)
VERSION = '4.3.0.rc.4'.freeze unless const_defined?(:VERSION)
end