Skip to content

Commit 0d49933

Browse files
committed
chore: switch version
1 parent 13f4e6b commit 0d49933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

happyx.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "Macro-oriented asynchronous web-framework written with ♥"
44
author = "HapticX"
5-
version = "4.7.3"
5+
version = "4.7.4"
66
license = "MIT"
77
srcDir = "src"
88
installExt = @["nim"]

src/happyx/core/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const
110110
# Framework version
111111
HpxMajor* = 4
112112
HpxMinor* = 7
113-
HpxPatch* = 3
113+
HpxPatch* = 4
114114
HpxVersion* = $HpxMajor & "." & $HpxMinor & "." & $HpxPatch
115115

116116

0 commit comments

Comments
 (0)