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