Increment version number (not released).

This commit is contained in:
Jonathan Bernard 2016-02-06 19:28:51 -06:00
parent 9e0b264cae
commit 3963a27a66
2 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ Options:
"""
# Parse arguments
let args = docopt(doc, version = "db-migrate 0.1.0")
let args = docopt(doc, version = "db-migrate 0.2.0")
let exitErr = proc(msg: string): void =
let exitErr = proc(msg: string): void =
stderr.writeLine("db_migrate: " & msg)
quit(QuitFailure)

View File

@ -1,7 +1,7 @@
# Package
bin = @["db_migrate"]
version = "0.1.0"
version = "0.2.0"
author = "Jonathan Bernard"
description = "Simple tool to handle database migrations."
license = "BSD"