Skip to content

Commit 9c55072

Browse files
dependency-version-minor-2026-02-02 (#248)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9aadb28 commit 9c55072

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.6.13"
23+
const DEFAULT_PREFECT_VERSION = "3.6.15"
2424
const DEFAULT_PREFECT_IMAGE = "prefecthq/prefect:" + DEFAULT_PREFECT_VERSION + "-python3.12"
2525

2626
func VersionFromImage(image string) string {

0 commit comments

Comments
 (0)