Skip to content

Commit

Permalink
bump NimVersion to 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Dec 16, 2021
1 parent 0b1fee5 commit eeea720
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 @@ -2058,7 +2058,7 @@ const
NimMinor* {.intdefine.}: int = 2
## is the minor number of Nim's version.

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

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

0 comments on commit eeea720

Please sign in to comment.