Skip to content

Commit

Permalink
bump NimVersion to 2.1.9 (#23831)
Browse files Browse the repository at this point in the history
This is a 2.2 RC1.
  • Loading branch information
narimiran committed Jul 12, 2024
1 parent 58b36bd commit f6aeca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system/compilation.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const
## is the minor number of Nim's version.
## Odd for devel, even for releases.

NimPatch* {.intdefine.}: int = 1
NimPatch* {.intdefine.}: int = 9
## is the patch number of Nim's version.
## Odd for devel, even for releases.

Expand Down

0 comments on commit f6aeca5

Please sign in to comment.