Let's do this

feature/livereload-locales-data
Thomas Reynolds 2015-09-12 16:15:32 -07:00
parent 441dc2faa6
commit 40f023f01c
1 changed files with 1 additions and 1 deletions

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