mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump version
This commit is contained in:
parent
59ecc85a58
commit
a02160bba6
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue