Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 9, 2019
1 parent e03b1b7 commit e9f7455
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 @@ -3569,7 +3569,7 @@ const
NimMinor* {.intdefine.}: int = 0
## is the minor number of Nim's version.

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

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

0 comments on commit e9f7455

Please sign in to comment.