Skip to content

Commit

Permalink
Bump default lifecycle version
Browse files Browse the repository at this point in the history
Also bump default platform api version since lifecycle 0.6.0 implements
a newer api.
  • Loading branch information
natalieparellano committed Jan 27, 2020
1 parent 93436c3 commit af1e4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.0
Default Lifecycle Version: 0.6.0

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

const (
DefaultLifecycleVersion = "0.5.0"
DefaultLifecycleVersion = "0.6.0"
DefaultBuildpackAPIVersion = "0.2"
DefaultPlatformAPIVersion = "0.1"
DefaultPlatformAPIVersion = "0.2"
)

type Blob interface {
Expand Down

0 comments on commit af1e4fd

Please sign in to comment.