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