allow new sprockets

This commit is contained in:
Thomas Reynolds 2013-04-14 16:20:54 -07:00
parent 9af92fa7a3
commit c2e2839b79
2 changed files with 2 additions and 2 deletions

View file

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