Skip to content

Commit

Permalink
bump the version to 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Jan 31, 2019
1 parent 7427511 commit b6d96ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ const
NimMinor* {.intdefine.}: int = 19
## is the minor number of Nim's version.

NimPatch* {.intdefine.}: int = 2
NimPatch* {.intdefine.}: int = 4
## is the patch number of Nim's version.

NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch
Expand Down

0 comments on commit b6d96ca

Please sign in to comment.