Browse Source

adding exta versions

afeiszli 3 years ago
parent
commit
106d0aa79d
3 changed files with 6 additions and 6 deletions
  1. 1 1
      README.md
  2. 1 1
      netclient/netclient.exe.manifest.xml
  3. 4 4
      netclient/versioninfo.json

+ 1 - 1
README.md

@@ -17,7 +17,7 @@
 
 <p align="center">
   <a href="https://github.com/gravitl/netmaker/releases">
-    <img src="https://img.shields.io/badge/Version-0.14.6-informational?style=flat-square" />
+    <img src="https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square" />
   </a>
   <a href="https://hub.docker.com/r/gravitl/netmaker/tags">
     <img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" />

+ 1 - 1
netclient/netclient.exe.manifest.xml

@@ -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.14.6.0"
+            version="0.15.0.0"
             processorArchitecture="*"
             name="netclient.exe"
             type="win32"

+ 4 - 4
netclient/versioninfo.json

@@ -2,14 +2,14 @@
     "FixedFileInfo": {
         "FileVersion": {
             "Major": 0,
-            "Minor": 14,
-            "Patch": 6,
+            "Minor": 15,
+            "Patch": 0,
             "Build": 0
         },
         "ProductVersion": {
             "Major": 0,
-            "Minor": 14,
-            "Patch": 6,
+            "Minor": 15,
+            "Patch": 0,
             "Build": 0
         },
         "FileFlagsMask": "3f",