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 ed00fd9 commit 17c8955Copy full SHA for 17c8955
prologue.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.5.2"
+version = "0.5.4"
4
author = "flywind"
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.5.2" ## The current version of Prologue.
+ PrologueVersion* = "0.5.4" ## The current version of Prologue.
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.
0 commit comments