Skip to content

Commit 7e80a8b

Browse files
committed
chore: change version
1 parent f525c59 commit 7e80a8b

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.1"
5+
version = "4.7.2"
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* = 1
113+
HpxPatch* = 2
114114
HpxVersion* = $HpxMajor & "." & $HpxMinor & "." & $HpxPatch
115115

116116

0 commit comments

Comments
 (0)