Skip to content

Commit

Permalink
bump version (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jun 3, 2024
1 parent 7450f73 commit 81c8c1d
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.6.4"
version = "0.6.6"
author = "ringabout"
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.6.4" ## The current version of Prologue.
PrologueVersion* = "0.6.6" ## 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 81c8c1d

Please sign in to comment.