prep 3.1 beta

This commit is contained in:
Thomas Reynolds 2013-04-12 16:19:47 -07:00
parent 0574cc3d28
commit 3f94df1eef
3 changed files with 3 additions and 6 deletions

View file

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