Skip to content

Commit af66c99

Browse files
committed
Version 0.7.2
1 parent 5000244 commit af66c99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Choosenim changelog
22

3-
## 0.7.1 - 17/10/2020
3+
## 0.7.2 - 17/10/2020
44

55
This is a bug fix release to resolve a regression caused by changes in Nimble
66
which prevented choosenim from finding the Nimble directory.

choosenim.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.7.0"
3+
version = "0.7.2"
44
author = "Dominik Picheta"
55
description = "The Nim toolchain installer."
66
license = "MIT"

src/choosenimpkg/common.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type
44
ChooseNimError* = object of NimbleError
55

66
const
7-
chooseNimVersion* = "0.7.0"
7+
chooseNimVersion* = "0.7.2"
88

99
proxies* = [
1010
"nim",

0 commit comments

Comments
 (0)