Skip to content

Commit

Permalink
chore: bump CLI version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Apr 4, 2022
1 parent 298d2bd commit 4dda52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Smartest Way to Build SvelteKit powered static websites.
</a>
&nbsp;
<a href="https://github.com/sveltinio/sveltin/releases" target="_blank">
<img src="https://img.shields.io/badge/version-v0.7.2-success?style=flat-square&logo=none" alt="sveltin cli version" />
<img src="https://img.shields.io/badge/version-v0.7.3-success?style=flat-square&logo=none" alt="sveltin cli version" />
</a>
&nbsp;
<a href="https://goreportcard.com/report/github.com/sveltinio/sveltin/" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
// CliVersion is the current sveltin clie version number.
CliVersion string = "0.7.2"
CliVersion string = "0.7.3"
// SvelteKitStarter a string rapresenting the project template id.
SvelteKitStarter string = "starter"
)
Expand Down

0 comments on commit 4dda52a

Please sign in to comment.