Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pefish committed Oct 24, 2023
1 parent 0a41447 commit 25a4522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/templates/go_lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -euxo pipefail
git clone %s --single-branch -v -b main --depth 1 %s
cd %s
rm -rf .git
NAME=%s ./init.sh
NAME="%s" ./init.sh
rm -rf ./init.sh
`,
glt.Url(),
Expand Down
2 changes: 1 addition & 1 deletion pkg/templates/rust_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -euxo pipefail
git clone %s --single-branch -v -b main --depth 1 %s
cd %s
rm -rf .git
NAME=%s ./init.sh
NAME="%s" ./init.sh
rm -rf ./init.sh
`,
rat.Url(),
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

const (
AppName = "create-app"
Version = "v1.0.5"
Version = "v1.0.6"
)

0 comments on commit 25a4522

Please sign in to comment.