Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
girvo committed Nov 26, 2015
1 parent 72db12b commit 44f82bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dup.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import strutils
import json
import docopt

let args = docopt(doc, version = "Docker Up 0.1")
let args = docopt(doc, version = "Docker Up v0.1.1")

const dupFile = ".up.json"
const stateFile = ".up.state"
Expand Down

0 comments on commit 44f82bf

Please sign in to comment.