Skip to content

Commit

Permalink
Bump version to v0.7.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Sep 29, 2016
1 parent 22d27cf commit e3682c9
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.7.4"
version = "0.7.8"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion src/nimble.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else:
dynlib: "kernel32", importc: "GetVersionExA".}

const
nimbleVersion = "0.7.4"
nimbleVersion = "0.7.8"

proc writeVersion() =
echo("nimble v$# compiled at $# $#" %
Expand Down

0 comments on commit e3682c9

Please sign in to comment.