diff --git a/README.md b/README.md
index 9b7cd98..9f8d94c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript)
and deploy automation (Ansible, Docker) by running one CLI command.
Focus on writing code and thinking of business-logic! The CLI will take care of the rest.
-
+
## ⚡️ Quick start
diff --git a/go.mod b/go.mod
index 21a2be2..48a4754 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/create-go-app/cli/v2
go 1.16
require (
- github.com/AlecAivazis/survey/v2 v2.2.14
+ github.com/AlecAivazis/survey/v2 v2.2.15
github.com/go-git/go-git/v5 v5.4.2
github.com/spf13/cobra v1.2.1
)
diff --git a/go.sum b/go.sum
index b0a1779..b29c58d 100644
--- a/go.sum
+++ b/go.sum
@@ -37,8 +37,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
-github.com/AlecAivazis/survey/v2 v2.2.14 h1:aTYTaCh1KLd+YWilkeJ65Ph78g48NVQ3ay9xmaNIyhk=
-github.com/AlecAivazis/survey/v2 v2.2.14/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg=
+github.com/AlecAivazis/survey/v2 v2.2.15 h1:6UNMnk+YGegYFiPfdTOyZDIN+m08x2nGnqOn15BWcEQ=
+github.com/AlecAivazis/survey/v2 v2.2.15/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
diff --git a/pkg/registry/defaults.go b/pkg/registry/defaults.go
index 386f1be..1ba3dc0 100644
--- a/pkg/registry/defaults.go
+++ b/pkg/registry/defaults.go
@@ -11,7 +11,7 @@ import (
)
// CLIVersion version of Create Go App CLI.
-const CLIVersion string = "2.2.4"
+const CLIVersion string = "2.2.5"
// Variables struct for Ansible variables (inventory, hosts).
type Variables struct {