From b1e35810d15edefba5825b9e423e520b13fd7303 Mon Sep 17 00:00:00 2001 From: Mirco Veltri Date: Wed, 13 Jul 2022 15:50:12 +0200 Subject: [PATCH] chore: bump cli version to 0.8.8 --- README.md | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b964b417..d8ca02b3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The Smartest Way to Build SvelteKit powered static websites.   - sveltin cli version + sveltin cli version   diff --git a/cmd/root.go b/cmd/root.go index 0de4a15b..fb21d459 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -43,7 +43,7 @@ type appConfig struct { const ( // CliVersion is the current sveltin cli version number. - CliVersion string = "0.8.7" + CliVersion string = "0.8.8" // SvelteKitStarter is a string representing the project starter id. SvelteKitStarter string = "starter" // ThemeStarter is a string representing the project starter id for new themes.