Skip to content

Commit 17c8955

Browse files
committed
bump 0.5.4
1 parent ed00fd9 commit 17c8955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prologue.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.5.2"
3+
version = "0.5.4"
44
author = "flywind"
55
description = "Prologue is an elegant and high performance web framework"
66
license = "Apache-2.0"

src/prologue/core/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const
2-
PrologueVersion* = "0.5.2" ## The current version of Prologue.
2+
PrologueVersion* = "0.5.4" ## The current version of Prologue.
33
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
44
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.

0 commit comments

Comments
 (0)