Bump version to 0.3.1

This commit is contained in:
Markus Schirp 2013-12-19 16:53:33 +01:00
parent 9be17168cd
commit 336956b7f6
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# v0.3.1 2013-12-19
Bugfixes:
* Add missing require of stringio, #141
# v0.3.0 2013-12-10
Feature:

View file

@ -2,5 +2,5 @@
module Mutant
# The current mutant version
VERSION = '0.3.0'.freeze
VERSION = '0.3.1'.freeze
end # Mutant