bump version 0.2.0

version 0.1.1 should be yanked. it's not backward compatible with 0.1.0.
This commit is contained in:
Brian J. Cardiff 2016-10-20 18:41:57 -03:00
parent d7fdf1eada
commit 0735870418
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module DB
VERSION = "0.1.0"
VERSION = "0.2.0"
end