Skip to content

Commit

Permalink
bump choosenim version to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Nov 5, 2024
1 parent e793b5d commit 687e575
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.9"
version = "0.8.10"
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.9"
chooseNimVersion* = "0.8.10"

proxies* = [
"nim",
Expand Down

0 comments on commit 687e575

Please sign in to comment.