mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 05:16:45 +08:00
fix version
This commit is contained in:
parent
a498fc43c9
commit
f394637c82
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LATEST="v0.18.5"
|
LATEST="v0.18.6"
|
||||||
|
|
||||||
print_logo() {(
|
print_logo() {(
|
||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LATEST="v0.18.5"
|
LATEST="v0.18.6"
|
||||||
INSTALL_PATH="/root"
|
INSTALL_PATH="/root"
|
||||||
|
|
||||||
trap restore_old_netmaker_instructions
|
trap restore_old_netmaker_instructions
|
||||||
|
|
Loading…
Add table
Reference in a new issue