1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
This commit is contained in:
Thomas Reynolds 2016-02-02 13:11:53 -08:00
parent 3f18efeed9
commit f596d8ebf5

View file

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