mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +00:00
version bump
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "compiler"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
author = "Andreas Rumpf"
|
||||
description = "Compiler package providing the compiler sources as a library."
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "stdlib"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
author = "Dominik Picheta"
|
||||
description = "Nim's standard library."
|
||||
license = "MIT"
|
||||
|
||||
@@ -1827,7 +1827,7 @@ const
|
||||
NimMinor*: int = 15
|
||||
## is the minor number of Nim's version.
|
||||
|
||||
NimPatch*: int = 1
|
||||
NimPatch*: int = 2
|
||||
## is the patch number of Nim's version.
|
||||
|
||||
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch
|
||||
|
||||
Reference in New Issue
Block a user