diff --git a/params/version.go b/params/version.go index 17e80721..da771d76 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 13 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release + VersionPatch = 2 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) diff --git a/wormholes_install.sh b/wormholes_install.sh index b1c1cc46..6ab66c6b 100644 --- a/wormholes_install.sh +++ b/wormholes_install.sh @@ -1,6 +1,6 @@ #!/bin/bash #check docker cmd -echo "Script version Number: v0.13.1" +echo "Script version Number: v0.13.2" which docker >/dev/null 2>&1 if [ $? -ne 0 ] ; then echo "docker not found, please install first!"