diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index 8810e4b1..f4da6e61 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -7,7 +7,7 @@ import ( const ( // AdminVersion the version of the jx admin plugin - AdminVersion = "0.0.173" + AdminVersion = "0.0.174" // ApplicationVersion the version of the jx application plugin ApplicationVersion = "0.0.29"