Skip to content

Commit e627dc4

Browse files
Merge pull request #60 from kichristensen/updateDefaultPorterVersion
Update the default Porter version to v1.3.0
2 parents 81b1c83 + 3b4d614 commit e627dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

porter/porter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var (
1717
// DefaultPorterVersion is the default version of Porter that is installed when it's not present
18-
DefaultPorterVersion = "v1.0.16"
18+
DefaultPorterVersion = "v1.3.0"
1919
)
2020

2121
// Install the default version of porter, if porter isn't already installed

0 commit comments

Comments
 (0)