Skip to content

Commit 44f82bf

Browse files
committed
Bumping version
1 parent 72db12b commit 44f82bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dup.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import strutils
1919
import json
2020
import docopt
2121

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

2424
const dupFile = ".up.json"
2525
const stateFile = ".up.state"

0 commit comments

Comments
 (0)