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