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 c582a3b + 687e575 commit cf7b59bCopy full SHA for cf7b59b
choosenim.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.8.9"
+version = "0.8.10"
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.9"
+ chooseNimVersion* = "0.8.10"
8
9
proxies* = [
10
"nim",
0 commit comments