4 lines
82 B
Ruby
4 lines
82 B
Ruby
module Mutant
|
|
# Current mutant version
|
|
VERSION = '0.8.11'.freeze
|
|
end # Mutant
|