Skip to content

Commit

Permalink
Updated to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Jun 23, 2020
1 parent 561adc8 commit 81a63b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimdow.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.5.6"
version = "0.5.7"
author = "avahe-kellenberger"
description = "A window manager written in nim"
license = "GPL v2"
Expand Down
2 changes: 1 addition & 1 deletion src/nimdow.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ when isMainModule:
if params.len == 1:
let param = params[0].string
if param == "-v" or param == "--version":
echo "Nimdow v0.5.6"
echo "Nimdow v0.5.7"
quit()
else:
# If given a parameter for a config file, use it instead of the default.
Expand Down

0 comments on commit 81a63b0

Please sign in to comment.