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.
1 parent 1ac41f6 commit 20bd575Copy full SHA for 20bd575
1 file changed
api/v1/versioning.go
@@ -20,7 +20,7 @@ import (
20
"strings"
21
)
22
23
-const DEFAULT_PREFECT_VERSION = "3.7.4"
+const DEFAULT_PREFECT_VERSION = "3.7.5"
24
const DEFAULT_PREFECT_IMAGE = "prefecthq/prefect:" + DEFAULT_PREFECT_VERSION + "-python3.12"
25
26
func VersionFromImage(image string) string {
0 commit comments