Skip to content

Commit

Permalink
perf: modify the version to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wormholeslab committed May 17, 2023
1 parent 5745dbe commit 895f118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion wormholes_install.sh
Original file line number Diff line number Diff line change
@@ -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!"
Expand Down

0 comments on commit 895f118

Please sign in to comment.