Explorar el Código

Merge pull request #2204 from gravitl/release_v0.18.6

script hotfix
dcarns hace 2 años
padre
commit
d604667057
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      scripts/nm-quick.sh
  2. 1 1
      scripts/nm-upgrade.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LATEST="v0.18.5"
+LATEST="v0.18.6"
 
 print_logo() {(
 cat << "EOF"

+ 1 - 1
scripts/nm-upgrade.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LATEST="v0.18.5"
+LATEST="v0.18.6"
 INSTALL_PATH="/root"
 
 trap restore_old_netmaker_instructions