Skip to content

Commit 2d82b2d

Browse files
authored
update release version (#940)
1 parent b22d435 commit 2d82b2d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p align="center">
99
<a href="https://github.com/gravitl/netmaker/releases">
10-
<img src="https://img.shields.io/badge/Version-0.26.0-informational?style=flat-square" />
10+
<img src="https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square" />
1111
</a>
1212
<a href="https://hub.docker.com/r/gravitl/netclient/tags">
1313
<img src="https://img.shields.io/docker/pulls/gravitl/netclient?label=downloads" />

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// TODO: use -ldflags to set the right version at build time
14-
var version = "v0.26.0"
14+
var version = "v0.30.0"
1515

1616
func main() {
1717
config.SetVersion(version)

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Netclient v0.26.0
1+
# Netclient v0.30.0
22

33
## Whats New ✨
44
- Managed DNS System (Linux)

resources/windows/netclient.exe.manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<assemblyIdentity
4-
version="0.26.0.0"
4+
version="0.30.0.0"
55
processorArchitecture="*"
66
name="netclient.exe"
77
type="win32"

versioninfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "Netclient",
32-
"ProductVersion": "v0.26.0.0",
32+
"ProductVersion": "v0.30.0.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)