From 17c89553b9109f17c61b43dbd32e040a499d5beb Mon Sep 17 00:00:00 2001 From: flywind Date: Thu, 20 Jan 2022 19:21:43 +0800 Subject: [PATCH] bump 0.5.4 --- prologue.nimble | 2 +- src/prologue/core/constants.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`.