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 2013-06-05 13:40:45 -07:00
parent 265f90e240
commit d728df12cf

View file

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