Skip to content

Commit 83febb9

Browse files
committed
update version
1 parent c2ed353 commit 83febb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cd tests
9191
echo "###===--- Default for" $file "---===###"
9292
for file in $(ls -v testc*.nim); do
93-
echo "###===--- C Test for " $file " via stdlib ---===###"
93+
echo "###===--- C Test for " $file " via built-in server ---===###"
9494
nim c -d:debug --hints:off --warnings:off $file
9595
done
9696
shell: bash

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.6.1"
5+
version = "4.6.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
@@ -109,7 +109,7 @@ const
109109
# Framework version
110110
HpxMajor* = 4
111111
HpxMinor* = 6
112-
HpxPatch* = 1
112+
HpxPatch* = 2
113113
HpxVersion* = $HpxMajor & "." & $HpxMinor & "." & $HpxPatch
114114

115115

0 commit comments

Comments
 (0)