File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<p align =" center " >
9
9
<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" />
11
11
</a >
12
12
<a href =" https://hub.docker.com/r/gravitl/netclient/tags " >
13
13
<img src="https://img.shields.io/docker/pulls/gravitl/netclient?label=downloads" />
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
// TODO: use -ldflags to set the right version at build time
14
- var version = "v0.26 .0"
14
+ var version = "v0.30 .0"
15
15
16
16
func main () {
17
17
config .SetVersion (version )
Original file line number Diff line number Diff line change 1
- # Netclient v0.26 .0
1
+ # Netclient v0.30 .0
2
2
3
3
## Whats New ✨
4
4
- Managed DNS System (Linux)
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
3
<assemblyIdentity
4
- version =" 0.26 .0.0"
4
+ version =" 0.30 .0.0"
5
5
processorArchitecture =" *"
6
6
name =" netclient.exe"
7
7
type =" win32"
Original file line number Diff line number Diff line change 29
29
"OriginalFilename" : " " ,
30
30
"PrivateBuild" : " " ,
31
31
"ProductName" : " Netclient" ,
32
- "ProductVersion" : " v0.26 .0.0" ,
32
+ "ProductVersion" : " v0.30 .0.0" ,
33
33
"SpecialBuild" : " "
34
34
},
35
35
"VarFileInfo" : {
You can’t perform that action at this time.
0 commit comments