Bumped shuffle-ai version to default to the new 1.1.0

This commit is contained in:
Frikky
2026-02-10 13:12:45 +01:00
parent 6dce81e75a
commit 487927da3e
+2 -2
View File
@@ -1500,13 +1500,13 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
parsedAppname := strings.Replace(strings.ToLower(action.AppName), " ", "-", -1)
// if strings.ToLower(parsedAppname) == "singul" {
// parsedAppname = "shuffle-ai"
// appversion = "1.0.0"
// appversion = "1.1.0"
// appname = "shuffle-ai"
// }
if parsedAppname == "ai-agent" {
parsedAppname = "shuffle-ai"
appversion = "1.0.0"
appversion = "1.1.0"
appname = "shuffle-ai"
action.Name = "run_agent"