Skip to content

Commit

Permalink
bump version because of the change
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jul 15, 2021
1 parent 266b97b commit d4b256b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jester.nim
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type
of RouteCode:
data: ResponseData

const jesterVer = "0.5.1"
const jesterVer = "0.6.0"

proc toStr(headers: Option[RawHeaders]): string =
return $newHttpHeaders(headers.get(@({:})))
Expand Down
2 changes: 1 addition & 1 deletion jester.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.5.1" # Be sure to update jester.jesterVer too!
version = "0.6.0" # Be sure to update jester.jesterVer too!
author = "Dominik Picheta"
description = "A sinatra-like web framework for Nim."
license = "MIT"
Expand Down

0 comments on commit d4b256b

Please sign in to comment.