Skip to content

Commit

Permalink
Fix: changed program version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssleert committed Jul 14, 2022
1 parent 228b819 commit 8101302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nitch.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.2"
version = "0.1.3"
author = "sfome"
description = "System fetch in nim lang"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/assets.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const
programVersion*: string = "nitch - 0.1.2\n"
programVersion*: string = "nitch - 0.1.3\n"
helpMsg*: string = """
nitch - incredibly fast system fetch written in nim
Expand Down

0 comments on commit 8101302

Please sign in to comment.