Skip to content

Commit 81c8c1d

Browse files
authored
bump version (#239)
1 parent 7450f73 commit 81c8c1d

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.6.4"
3+
version = "0.6.6"
44
author = "ringabout"
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.6.4" ## The current version of Prologue.
2+
PrologueVersion* = "0.6.6" ## 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)