Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update develop #612

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading