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 891d722 commit 1901f99Copy full SHA for 1901f99
src/prologue/core/constants.nim
@@ -1,4 +1,4 @@
1
const
2
- PrologueVersion* = "0.5.4" ## The current version of Prologue.
+ PrologueVersion* = "0.5.6" ## The current version of Prologue.
3
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
4
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.
0 commit comments