diff --git a/pkg/commands/version.go b/pkg/commands/version.go index 1277d7b6..dc2f5344 100644 --- a/pkg/commands/version.go +++ b/pkg/commands/version.go @@ -12,7 +12,7 @@ import ( ) // This MUST match the number of the latest release on github -var Version = "1.4.7" +var Version = "1.4.8" const owner = "ministryofjustice" const repoName = "cloud-platform-cli"