mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
4 lines
96 B
Ruby
4 lines
96 B
Ruby
module Middleman
|
|
VERSION = "3.0.0.alpha.3"
|
|
GEM_VERSION = ::Gem::Version.create(VERSION)
|
|
end
|