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.