7 lines
109 B
Ruby
7 lines
109 B
Ruby
# encoding: utf-8
|
|
|
|
module Mutant
|
|
# The current mutant version
|
|
VERSION = '0.3.0.rc2'.freeze
|
|
end # Mutant
|
|
|