diff --git a/.gitgo/README.md b/.gitgo/README.md index bb3403a..1e05a2b 100755 --- a/.gitgo/README.md +++ b/.gitgo/README.md @@ -11,4 +11,5 @@ This is a configuration file for gitgo repository with hosting on https://github Someone create this configuration on 'Wed Sep 25 03:32:54 UTC 2019' ### Thank you + Thank you for using this command to manage your project :) diff --git a/util/template.go b/util/template.go index b72a071..7a3a85e 100644 --- a/util/template.go +++ b/util/template.go @@ -15,7 +15,7 @@ func (y *YAML) ReadmeMarkdown(version string) string { t := time.Now() return `# Gitgo (v` + version + `) -This is a configuration file for gitgo repository with hosting on https://github.com/kamontat/gitgo/tree/version/3.x.x +This is a configuration file for gitgo repository with hosting on https://github.com/kamontat/gitgo/tree/version/4.x.x ### Creator @@ -26,6 +26,7 @@ This is a configuration file for gitgo repository with hosting on https://github Someone create this configuration on '` + t.UTC().Format(time.UnixDate) + `' ### Thank you + Thank you for using this command to manage your project :) ` }