Browse Source

Merge pull request #2204 from gravitl/release_v0.18.6

script hotfix
dcarns 2 năm trước cách đây
mục cha
commit
d604667057
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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