Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrs committed May 9, 2024
1 parent 77de277 commit 019697e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
utils.InitLogger()
//初始化定时任务
utils.InitCronWorker()
utils.GLOBAL_LOGGER.Info("当前版本: 2.1.3")
utils.GLOBAL_LOGGER.Info("当前版本: 2.2.0")
//接收外部传输参数
//任务执行
for k, v := range utils.GLOBAL_WORKFLOW_MAP {
Expand Down
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="2.1.3"
version="2.2.0"

build() {
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o ./deploy/MagicBox_amd64_darwin .
Expand Down

0 comments on commit 019697e

Please sign in to comment.