We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72db12b commit 44f82bfCopy full SHA for 44f82bf
1 file changed
src/dup.nim
@@ -19,7 +19,7 @@ import strutils
19
import json
20
import docopt
21
22
-let args = docopt(doc, version = "Docker Up 0.1")
+let args = docopt(doc, version = "Docker Up v0.1.1")
23
24
const dupFile = ".up.json"
25
const stateFile = ".up.state"
0 commit comments