Skip to content

Commit

Permalink
Merge pull request #32 from nim-lang/pr_bump
Browse files Browse the repository at this point in the history
bump to 0.8.7; fixes #30
  • Loading branch information
ringabout authored Sep 19, 2024
2 parents ca4fc39 + 781c1db commit 81863fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion choosenim.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.8.6"
version = "0.8.7"
author = "Dominik Picheta"
description = "The Nim toolchain installer."
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion src/choosenimpkg/common.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type
ChooseNimError* = object of NimbleError

const
chooseNimVersion* = "0.8.5"
chooseNimVersion* = "0.8.7"

proxies* = [
"nim",
Expand Down

0 comments on commit 81863fc

Please sign in to comment.