Skip to content

Commit

Permalink
update develop (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 authored Oct 18, 2023
1 parent 71c007e commit 991c004
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1"
var version = "v0.21.2"

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.1"
var version = "v0.21.2"

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.1
# Netclient v0.21.2

## Whats New
- Additional args added to register cmd to set from client side
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.1.0"
version="0.21.2.0"
processorArchitecture="*"
name="netclient.exe"
type="win32"
Expand Down
2 changes: 1 addition & 1 deletion versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Netclient",
"ProductVersion": "v0.21.1.0",
"ProductVersion": "v0.21.2.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 991c004

Please sign in to comment.