Skip to content

Commit cf7b59b

Browse files
authored
Merge pull request #59 from nim-lang/pr_0.8.10
bump choosenim version to 0.8.10
2 parents c582a3b + 687e575 commit cf7b59b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

choosenim.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.8.9"
3+
version = "0.8.10"
44
author = "Dominik Picheta"
55
description = "The Nim toolchain installer."
66
license = "BSD"

src/choosenimpkg/common.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type
44
ChooseNimError* = object of NimbleError
55

66
const
7-
chooseNimVersion* = "0.8.9"
7+
chooseNimVersion* = "0.8.10"
88

99
proxies* = [
1010
"nim",

0 commit comments

Comments
 (0)