version bump to 0.11.0

This commit is contained in:
Araq 2019-09-20 09:49:30 +02:00 committed by Dominik Picheta
commit bc8856632a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Package
version = "0.10.2"
version = "0.11.0"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"

View file

@ -62,7 +62,7 @@ when not defined(nimscript):
return (error, hint)
const
nimbleVersion* = "0.10.2"
nimbleVersion* = "0.11.0"
when not declared(initHashSet):
import sets