Bump version.
This commit is contained in:
+2
-1
@@ -138,6 +138,7 @@ Options:
|
||||
--api-bible-nkjv-bible-id <id>
|
||||
Override the API.Bible Bible ID for NKJV.
|
||||
"""
|
||||
const VERSION = "1.1.1"
|
||||
|
||||
let consoleLogger = newConsoleLogger(
|
||||
levelThreshold=lvlInfo,
|
||||
@@ -146,7 +147,7 @@ Options:
|
||||
|
||||
try:
|
||||
# Parse arguments
|
||||
let args = docopt(USAGE, version = "1.1.0")
|
||||
let args = docopt(USAGE, version = VERSION)
|
||||
|
||||
if args["--debug"]:
|
||||
consoleLogger.levelThreshold = lvlDebug
|
||||
|
||||
Reference in New Issue
Block a user