Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Oct 17, 2020
1 parent 5000244 commit af66c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Choosenim changelog

## 0.7.1 - 17/10/2020
## 0.7.2 - 17/10/2020

This is a bug fix release to resolve a regression caused by changes in Nimble
which prevented choosenim from finding the Nimble directory.
Expand Down
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.7.0"
version = "0.7.2"
author = "Dominik Picheta"
description = "The Nim toolchain installer."
license = "MIT"
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.7.0"
chooseNimVersion* = "0.7.2"

proxies* = [
"nim",
Expand Down

0 comments on commit af66c99

Please sign in to comment.