Skip to content

Commit 63695f4

Browse files
committed
Version 0.11.4
1 parent 4541c13 commit 63695f4

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.11.2"
3+
version = "0.11.4"
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
@@ -63,7 +63,7 @@ when not defined(nimscript):
6363
return (error, hint)
6464

6565
const
66-
nimbleVersion* = "0.11.2"
66+
nimbleVersion* = "0.11.4"
6767

6868
when not declared(initHashSet):
6969
import sets

0 commit comments

Comments
 (0)