This commit is contained in:
Ary Borenszweig 2016-12-06 23:33:27 -03:00
parent 2073a1de91
commit 73108c169e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: db
version: 0.2.0
version: 0.2.2
authors:
- Brian J. Cardiff <bcardiff@manas.com.ar>

View File

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