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