Skip to content

Commit

Permalink
bump NimVersion to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 19, 2021
1 parent f0af4a3 commit c239db4
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 @@ -2121,7 +2121,7 @@ const
## when (NimMajor, NimMinor, NimPatch) >= (1, 3, 1): discard
# see also std/private/since

NimMinor* {.intdefine.}: int = 5
NimMinor* {.intdefine.}: int = 7
## is the minor number of Nim's version.
## Odd for devel, even for releases.

Expand Down

0 comments on commit c239db4

Please sign in to comment.