Skip to content

Commit

Permalink
version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrs committed Jul 13, 2024
1 parent 8aba7f6 commit 2ad9c74
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 @@ -26,7 +26,7 @@ func main() {
go workerflow.WatchConfigChanges(configRoot)
//初始化定时任务
utils.InitCronWorker()
utils.GLOBAL_LOGGER.Info("当前版本: 2.2.1")
utils.GLOBAL_LOGGER.Info("当前版本: 2.2.2")
//任务执行
for k, v := range utils.GLOBAL_WORKFLOW_MAP {
//使用gjson解析
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.2.1"
version="2.2.2"

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

0 comments on commit 2ad9c74

Please sign in to comment.