We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9579a9 commit 0f8857aCopy full SHA for 0f8857a
2 files changed
Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/XDSEC/WebSocketReflectorX"
9
license = "MIT"
10
repository = "https://github.com/XDSEC/WebSocketReflectorX"
11
rust-version = "1.89.0"
12
-version = "0.5.12"
+version = "0.5.13"
13
14
[profile.release]
15
codegen-units = 1
windows/setup.nsi
@@ -11,7 +11,7 @@ Unicode True
!define DESCRIPTION "Controlled TCP-over-WebSocket forwarding tunnel."
!define VERSIONMAJOR 0
!define VERSIONMINOR 5
-!define VERSIONBUILD 12
+!define VERSIONBUILD 13
!define INSTALL_DIR_DEFAULT "$PROGRAMFILES64\${APPNAME}"
16
!define MUI_ABORTWARNING
17
!define MUI_FINISHPAGE_RUN
0 commit comments