Skip to content

Commit

Permalink
Version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed May 19, 2020
1 parent 4541c13 commit 63695f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimble.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.11.2"
version = "0.11.4"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion src/nimblepkg/common.nim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ when not defined(nimscript):
return (error, hint)

const
nimbleVersion* = "0.11.2"
nimbleVersion* = "0.11.4"

when not declared(initHashSet):
import sets
Expand Down

0 comments on commit 63695f4

Please sign in to comment.