change: upgrade funplugin to v0.4.0

This commit is contained in:
debugtalk
2022-03-21 22:51:20 +08:00
parent e34d6f9191
commit b367a68d9b
13 changed files with 28 additions and 19 deletions
+1
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
},
}
+1 -1
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