Skip to content

Commit

Permalink
Bump version (#1071)
Browse files Browse the repository at this point in the history
- see #1070
  • Loading branch information
yyoncho committed Feb 20, 2023
1 parent a0a12f4 commit 3575fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimble.nimble
@@ -1,6 +1,6 @@
# Package

version = "0.14.1"
version = "0.14.2"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion src/nimblepkg/common.nim
Expand Up @@ -22,7 +22,7 @@ type
ProcessOutput* = tuple[output: string, exitCode: int]

const
nimbleVersion* = "0.14.1"
nimbleVersion* = "0.14.2"
nimblePackagesDirName* = "pkgs2"
nimblePackagesLinksDirName* ="links"
nimbleBinariesDirName* = "bin"
Expand Down

0 comments on commit 3575fd5

Please sign in to comment.