We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4fc39 + 781c1db commit 81863fcCopy full SHA for 81863fc
choosenim.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.8.6"
+version = "0.8.7"
4
author = "Dominik Picheta"
5
description = "The Nim toolchain installer."
6
license = "BSD"
src/choosenimpkg/common.nim
@@ -4,7 +4,7 @@ type
ChooseNimError* = object of NimbleError
const
7
- chooseNimVersion* = "0.8.5"
+ chooseNimVersion* = "0.8.7"
8
9
proxies* = [
10
"nim",
0 commit comments