Skip to content

Commit

Permalink
Merge pull request #1868 from buildpacks/bump-lifecycle
Browse files Browse the repository at this point in the history
Bump lifecycle
  • Loading branch information
hone authored Aug 10, 2023
2 parents 325df35 + 7bfa5f0 commit 82665a5
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.17.0-rc.4
Default Lifecycle Version: 0.17.0

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

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.17.0-rc.4"
DefaultLifecycleVersion = "0.17.0"
DefaultBuildpackAPIVersion = "0.2"
)

Expand Down

0 comments on commit 82665a5

Please sign in to comment.