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

Let's do this

This commit is contained in:
Thomas Reynolds 2015-09-12 16:15:32 -07:00
parent 441dc2faa6
commit 40f023f01c

View file

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