version bump to 0.11.0
This commit is contained in:
parent
8bdc054817
commit
bc8856632a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.10.2"
|
version = "0.11.0"
|
||||||
author = "Dominik Picheta"
|
author = "Dominik Picheta"
|
||||||
description = "Nim package manager."
|
description = "Nim package manager."
|
||||||
license = "BSD"
|
license = "BSD"
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ when not defined(nimscript):
|
||||||
return (error, hint)
|
return (error, hint)
|
||||||
|
|
||||||
const
|
const
|
||||||
nimbleVersion* = "0.10.2"
|
nimbleVersion* = "0.11.0"
|
||||||
|
|
||||||
when not declared(initHashSet):
|
when not declared(initHashSet):
|
||||||
import sets
|
import sets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue