6 lines
105 B
Ruby
6 lines
105 B
Ruby
# encoding: utf-8
|
|
|
|
module Mutant
|
|
# The current mutant version
|
|
VERSION = '0.5.16'.freeze
|
|
end # Mutant
|