We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450f73 commit 81c8c1dCopy full SHA for 81c8c1d
prologue.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.6.4"
+version = "0.6.6"
4
author = "ringabout"
5
description = "Prologue is an elegant and high performance web framework"
6
license = "Apache-2.0"
src/prologue/core/constants.nim
@@ -1,4 +1,4 @@
const
- PrologueVersion* = "0.6.4" ## The current version of Prologue.
+ PrologueVersion* = "0.6.6" ## The current version of Prologue.
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.
0 commit comments