2 parents df619c1 + 755f4a6 commit d69d527Copy full SHA for d69d527
2 files changed
extensions/business/container_apps/container_app_runner.py
@@ -292,7 +292,7 @@ def on_init(self):
292
self._validate_runner_config()
293
294
self._extra_on_init()
295
- self.P(f"{self.__class_.__name__} initialized (version {__VER__})", color='g')
+ self.P(f"{self.__class__.__name__} initialized (version {__VER__})", color='g')
296
return
297
298
def _extra_on_init(self):
ver.py
@@ -1 +1 @@
1
-__VER__ = '2.9.730'
+__VER__ = '2.9.740'
0 commit comments