Skip to content

Commit 81863fc

Browse files
authored
Merge pull request #32 from nim-lang/pr_bump
bump to 0.8.7; fixes #30
2 parents ca4fc39 + 781c1db commit 81863fc

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.6"
3+
version = "0.8.7"
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.5"
7+
chooseNimVersion* = "0.8.7"
88

99
proxies* = [
1010
"nim",

0 commit comments

Comments
 (0)