diff --git a/commands/new.go b/commands/new.go index 3cd967d..c486d6c 100644 --- a/commands/new.go +++ b/commands/new.go @@ -60,7 +60,7 @@ func ExecuteWeb(templates embed.FS, args []string) { if err != nil { panic(err) } - utils.ReplaceTextOnFile(path.Join(projectDir, "Dockerfile"), DEFAULT_DOCKER_GO_ZEPTO_PATH, DEFAULT_DOCKER_GO_ZEPTO_PATH+"@"+zeptocli.VERSION) + utils.ReplaceTextOnFile(path.Join(projectDir, "Dockerfile"), DEFAULT_DOCKER_GO_ZEPTO_PATH, DEFAULT_DOCKER_GO_ZEPTO_PATH+"@v"+zeptocli.VERSION) fmt.Println("Preparing go mod...") s.Start() // Renaming go mod since it can't be embed diff --git a/version.go b/version.go index 5e3037c..7baf0d5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package zeptocli -var VERSION = "1.0.2" +var VERSION = "1.0.3"