Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
bump pack-repo to v0.4.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 8dd5d8a)
  • Loading branch information
Matthew Fisher committed Apr 27, 2018
1 parent e92df0f commit ef3ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/builtins.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Builtin struct {

// Builtins fetches all built-in plugins.
func Builtins() []*Builtin {
packRepoVersion := "0.4.1" // Can set this to canary to test latest version of plugin
packRepoVersion := "0.4.2" // Can set this to canary to test latest version of plugin

return []*Builtin{
{
Expand Down

0 comments on commit ef3ad00

Please sign in to comment.