change: upgrade funplugin to v0.4.0

This commit is contained in:
debugtalk
2022-03-20 10:12:17 +08:00
parent b04b1f9f0f
commit 2bb50d846f
13 changed files with 28 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ var scaffoldCmd = &cobra.Command{
log.Error().Err(err).Msg("create scaffold project failed")
os.Exit(1)
}
log.Info().Str("projectName", args[0]).Msg("create scaffold success")
return nil
},
}

View File

@@ -2,7 +2,7 @@
# install hrp with one shell command
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
LATEST_VERSION="v0.7.0"
LATEST_VERSION="v0.8.0-beta"
set -e