4 lines
85 B
Ruby
4 lines
85 B
Ruby
module Mutant
|
|
# The current mutant version
|
|
VERSION = '0.6.7'.freeze
|
|
end # Mutant
|