Skip to content

Commit

Permalink
bump 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Jan 20, 2022
1 parent ed00fd9 commit 17c8955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prologue.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/prologue/core/constants.nim
Original file line number Diff line number Diff line change
@@ -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 comments on commit 17c8955

Please sign in to comment.