Bumped shuffle-ai version to default to the new 1.1.0
This commit is contained in:
@@ -1500,13 +1500,13 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
|
|||||||
parsedAppname := strings.Replace(strings.ToLower(action.AppName), " ", "-", -1)
|
parsedAppname := strings.Replace(strings.ToLower(action.AppName), " ", "-", -1)
|
||||||
// if strings.ToLower(parsedAppname) == "singul" {
|
// if strings.ToLower(parsedAppname) == "singul" {
|
||||||
// parsedAppname = "shuffle-ai"
|
// parsedAppname = "shuffle-ai"
|
||||||
// appversion = "1.0.0"
|
// appversion = "1.1.0"
|
||||||
// appname = "shuffle-ai"
|
// appname = "shuffle-ai"
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if parsedAppname == "ai-agent" {
|
if parsedAppname == "ai-agent" {
|
||||||
parsedAppname = "shuffle-ai"
|
parsedAppname = "shuffle-ai"
|
||||||
appversion = "1.0.0"
|
appversion = "1.1.0"
|
||||||
appname = "shuffle-ai"
|
appname = "shuffle-ai"
|
||||||
|
|
||||||
action.Name = "run_agent"
|
action.Name = "run_agent"
|
||||||
|
|||||||
Reference in New Issue
Block a user