Skip to content

Commit

Permalink
cleanup: version update to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 22, 2024
1 parent 639e12d commit bb37a02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var strVersion string
var (
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_PATCH = 1
VERSION_PATCH = 2
)

func init() {
Expand Down
8 changes: 4 additions & 4 deletions version/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb37a02

Please sign in to comment.