Skip to content

Commit 3575fd5

Browse files
authored
Bump version (#1071)
- see #1070
1 parent a0a12f4 commit 3575fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nimble.nimble

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

3-
version = "0.14.1"
3+
version = "0.14.2"
44
author = "Dominik Picheta"
55
description = "Nim package manager."
66
license = "BSD"

src/nimblepkg/common.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type
2222
ProcessOutput* = tuple[output: string, exitCode: int]
2323

2424
const
25-
nimbleVersion* = "0.14.1"
25+
nimbleVersion* = "0.14.2"
2626
nimblePackagesDirName* = "pkgs2"
2727
nimblePackagesLinksDirName* ="links"
2828
nimbleBinariesDirName* = "bin"

0 commit comments

Comments
 (0)