Skip to content

Commit

Permalink
Merge pull request #2236 from buildpacks/bump-lifecycle
Browse files Browse the repository at this point in the history
Bump default lifecycle binary version from 0.19.6 to 0.20.0
  • Loading branch information
natalieparellano authored Jul 31, 2024
2 parents 004deb6 + 9a22a21 commit 5d0687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance/testdata/pack_fixtures/report_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pack:
Version: {{ .Version }}
OS/Arch: {{ .OS }}/{{ .Arch }}

Default Lifecycle Version: 0.19.6
Default Lifecycle Version: 0.20.0

Supported Platform APIs: 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13

Expand Down
2 changes: 1 addition & 1 deletion internal/builder/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

// A snapshot of the latest tested lifecycle version values
const (
DefaultLifecycleVersion = "0.19.6"
DefaultLifecycleVersion = "0.20.0"
DefaultBuildpackAPIVersion = "0.2"
)

Expand Down

0 comments on commit 5d0687f

Please sign in to comment.