From bb37a02cfc1f3d2c4e5929520e265ec37d2c083d Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Mon, 23 Sep 2024 00:11:28 +0200 Subject: [PATCH] cleanup: version update to 0.4.2 --- version/version.go | 2 +- version/versioninfo.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/version/version.go b/version/version.go index 9b68319..b55edd0 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ var strVersion string var ( VERSION_MAJOR = 0 VERSION_MINOR = 4 - VERSION_PATCH = 1 + VERSION_PATCH = 2 ) func init() { diff --git a/version/versioninfo.json b/version/versioninfo.json index b9845b3..6ff2f56 100644 --- a/version/versioninfo.json +++ b/version/versioninfo.json @@ -3,22 +3,22 @@ "FileVersion": { "Major": 0, "Minor": 4, - "Patch": 1, + "Patch": 2, "Build": 0 }, "ProductVersion": { "Major": 0, "Minor": 4, - "Patch": 1, + "Patch": 2, "Build": 0 } }, "StringFileInfo": { "FileDescription": "QPep - High-latency network accelerator", - "FileVersion": "v0.4.1.0", + "FileVersion": "v0.4.2.0", "InternalName": "qpep.exe", "ProductName": "QPep", - "ProductVersion": "v0.4.1", + "ProductVersion": "v0.4.2", "SpecialBuild": "" }, "IconPath": "../qpep-tray/icons/main_icon_connected.ico"