Skip to content

Commit

Permalink
update develop to v0.25.0 (gravitl#849)
Browse files Browse the repository at this point in the history
* update develop to v0.24.4

* update develop to v0.25.0
  • Loading branch information
theguy951357 authored Jul 30, 2024
1 parent ca69543 commit 8c9647e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.24.3"
var version = "v0.25.0"

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.24.3
# Netclient v0.25.0

## Whats New ✨

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.24.3.0"
version="0.25.0.0"
processorArchitecture="*"
name="netclient.exe"
type="win32"
Expand Down
10 changes: 5 additions & 5 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Minor": 24,
"Patch": 3,
"Minor": 25,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 24,
"Patch": 3,
"Minor": 25,
"Patch": 0,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -29,7 +29,7 @@
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Netclient",
"ProductVersion": "v0.24.3.0",
"ProductVersion": "v0.25.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 8c9647e

Please sign in to comment.