We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f4e6b commit 0d49933Copy full SHA for 0d49933
happyx.nimble
@@ -2,7 +2,7 @@
2
3
description = "Macro-oriented asynchronous web-framework written with ♥"
4
author = "HapticX"
5
-version = "4.7.3"
+version = "4.7.4"
6
license = "MIT"
7
srcDir = "src"
8
installExt = @["nim"]
src/happyx/core/constants.nim
@@ -110,7 +110,7 @@ const
110
# Framework version
111
HpxMajor* = 4
112
HpxMinor* = 7
113
- HpxPatch* = 3
+ HpxPatch* = 4
114
HpxVersion* = $HpxMajor & "." & $HpxMinor & "." & $HpxPatch
115
116
0 commit comments