Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Oct 18, 2020
1 parent 784a0e3 commit 7d1785a
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.7.9"
version = "0.7.10"
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 @@ -7,7 +7,7 @@ import
nimdowpkg/logger

when isMainModule:
const version = "v0.7.9"
const version = "v0.7.10"
when declared(commandLineParams):
let params = commandLineParams()
if params.len == 1:
Expand Down

0 comments on commit 7d1785a

Please sign in to comment.