6 lines
90 B
Ruby
6 lines
90 B
Ruby
module WarpEngine
|
|
VERSION = "0.9.0"
|
|
|
|
VERSION_HEADER = "WarpEngine-Version".freeze
|
|
end
|