Skip to content

Commit

Permalink
perf: modify the version of erbie to v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wormholeslab committed Aug 29, 2023
1 parent 9c4b651 commit 0ca0180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erbie_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.14.4"
echo "Script version Number: v0.14.5"
which docker >/dev/null 2>&1
if [ $? -ne 0 ] ; then
echo "docker not found, please install first!"
Expand Down
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 = 14 // Minor version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 0ca0180

Please sign in to comment.