diff --git a/prologue.nimble b/prologue.nimble index 78545b9df..c9b8ec3c1 100644 --- a/prologue.nimble +++ b/prologue.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.2" +version = "0.5.4" author = "flywind" description = "Prologue is an elegant and high performance web framework" license = "Apache-2.0" diff --git a/src/prologue/core/constants.nim b/src/prologue/core/constants.nim index f92bc28ee..0bc11fc4e 100644 --- a/src/prologue/core/constants.nim +++ b/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`.