Skip to content

Commit 0280e14

Browse files
dependency-version-minor-2025-11-10 (#223)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 402ca26 commit 0280e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"strings"
2121
)
2222

23-
const DEFAULT_PREFECT_VERSION = "3.5.0"
23+
const DEFAULT_PREFECT_VERSION = "3.6.0"
2424
const DEFAULT_PREFECT_IMAGE = "prefecthq/prefect:" + DEFAULT_PREFECT_VERSION + "-python3.12"
2525

2626
func VersionFromImage(image string) string {

0 commit comments

Comments
 (0)