We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4541c13 commit 63695f4Copy full SHA for 63695f4
nimble.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.11.2"
+version = "0.11.4"
4
author = "Dominik Picheta"
5
description = "Nim package manager."
6
license = "BSD"
src/nimblepkg/common.nim
@@ -63,7 +63,7 @@ when not defined(nimscript):
63
return (error, hint)
64
65
const
66
- nimbleVersion* = "0.11.2"
+ nimbleVersion* = "0.11.4"
67
68
when not declared(initHashSet):
69
import sets
0 commit comments