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"