From 05dd05102bc7fd46a94a788cb9c8d114d629b4f2 Mon Sep 17 00:00:00 2001 From: Mahendra Date: Sun, 17 Mar 2024 19:08:36 +0530 Subject: [PATCH] feat: added version in template files --- cmd/dotnet-config.yaml.tmpl | 1 + cmd/go-config.yaml.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/dotnet-config.yaml.tmpl b/cmd/dotnet-config.yaml.tmpl index 70b54866b..b26342eda 100644 --- a/cmd/dotnet-config.yaml.tmpl +++ b/cmd/dotnet-config.yaml.tmpl @@ -1,4 +1,5 @@ name: {{.ProjectName}} +version: v1.0.0 git: repository: name: {{.GitRepositoryName}} diff --git a/cmd/go-config.yaml.tmpl b/cmd/go-config.yaml.tmpl index 16922219d..dd8b1d448 100644 --- a/cmd/go-config.yaml.tmpl +++ b/cmd/go-config.yaml.tmpl @@ -1,4 +1,5 @@ name: {{.ProjectName}} +version: v1.0.0 git: repository: name: {{.GitRepositoryName}}