6 lines
93 B
Ruby
6 lines
93 B
Ruby
|
module Mutant
|
||
|
# The current mutant version
|
||
|
VERSION = '0.3.0.beta22'.freeze
|
||
|
end # Mutant
|
||
|
|