amoghrajesh commented on code in PR #64493:
URL: https://github.com/apache/airflow/pull/64493#discussion_r3013794428


##########
go-sdk/edge/worker.go:
##########
@@ -124,7 +124,7 @@ func NewWorker(conf config.WorkerConfig) (*worker, error) {
                configOrDefault("edge.airflow_version", "3.2.0"),
        ))
        edgeVer.FromWorkerStateBodySysinfo0(edgeapi.WorkerStateBodySysinfo0(
-               configOrDefault("edge.provider_version", "3.2.0"),
+               configOrDefault("edge.provider_version", "3.3.0"),

Review Comment:
   Oh good catch, I checked one commit and missed this. If we want to update 
this, we should do so for occurrences above too?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to