Skip to content

Commit

Permalink
update develop (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 authored Nov 22, 2023
1 parent f6aedad commit 6873e6f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var assets embed.FS

var appIcon = GetFileAsBytes("./appicon.png")

var version = "v0.21.2"
var version = "v0.21.3"

var url = "http://" + functions.DefaultHttpServerAddr + ":" + functions.DefaultHttpServerPort

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// TODO: use -ldflags to set the right version at build time
var version = "v0.21.2"
var version = "v0.21.3"

func main() {
config.SetVersion(version)
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Netclient v0.21.2
# Netclient v0.21.3

## Whats New
- Local Routing Improvements
Expand Down
2 changes: 1 addition & 1 deletion resources/windows/netclient.exe.manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.21.2.0"
version="0.21.3.0"
processorArchitecture="*"
name="netclient.exe"
type="win32"
Expand Down
6 changes: 3 additions & 3 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 0,
"Minor": 21,
"Patch": 1,
"Patch": 3,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 21,
"Patch": 1,
"Patch": 3,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -29,7 +29,7 @@
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Netclient",
"ProductVersion": "v0.21.2.0",
"ProductVersion": "v0.21.3.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 6873e6f

Please sign in to comment.