Skip to content

Commit

Permalink
Merge pull request #482 from buildpacks/feature/481-lifecycle-0.6.1
Browse files Browse the repository at this point in the history
Bump default lifecycle to 0.6.1
  • Loading branch information
jromero authored Jan 30, 2020
2 parents 188b202 + baadbe4 commit e776ebf
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.6.0
Default Lifecycle Version: 0.6.1

Config:
default-builder-image = "{{ .DefaultBuilder }}"
2 changes: 1 addition & 1 deletion internal/builder/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
DefaultLifecycleVersion = "0.6.0"
DefaultLifecycleVersion = "0.6.1"
DefaultBuildpackAPIVersion = "0.2"
)

Expand Down

0 comments on commit e776ebf

Please sign in to comment.