We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46efa1d + f3e0ace commit 1dadbafCopy full SHA for 1dadbaf
1 file changed
api/v1/versioning.go
@@ -20,7 +20,7 @@ import (
20
"strings"
21
)
22
23
-const DEFAULT_PREFECT_VERSION = "3.4.14"
+const DEFAULT_PREFECT_VERSION = "3.4.18"
24
const DEFAULT_PREFECT_IMAGE = "prefecthq/prefect:" + DEFAULT_PREFECT_VERSION + "-python3.12"
25
26
func VersionFromImage(image string) string {
0 commit comments