Skip to content

Commit ee2461d

Browse files
authored
Merge pull request #92 from nim-lang/pr_1.6.0
update to 0.8.16
2 parents 1b96023 + bd92c6e commit ee2461d

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.14"
3+
version = "0.8.16"
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.14"
7+
chooseNimVersion* = "0.8.16"
88

99
proxies* = [
1010
"nim",

0 commit comments

Comments
 (0)