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 2014-08-15 09:41:19 -07:00
parent e886eeaa3e
commit 96c4416246

View file

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