We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac5e18 commit 2dfac07Copy full SHA for 2dfac07
jester.nim
@@ -83,7 +83,7 @@ type
83
of RouteCode:
84
data: ResponseData
85
86
-const jesterVer = "0.5.0"
+const jesterVer = "0.6.0"
87
88
proc toStr(headers: Option[RawHeaders]): string =
89
return $newHttpHeaders(headers.get(@({:})))
jester.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.5.0" # Be sure to update jester.jesterVer too!
+version = "0.6.0" # Be sure to update jester.jesterVer too!
4
author = "Dominik Picheta"
5
description = "A sinatra-like web framework for Nim."
6
license = "MIT"
@@ -17,4 +17,4 @@ when not defined(windows):
17
18
task test, "Runs the test suite.":
19
exec "nimble install -y asynctools@#0e6bdc3ed5bae8c7cc9"
20
- exec "nim c -r tests/tester"
+ exec "nim c -r tests/tester"
0 commit comments