Skip to content
Snippets Groups Projects
Commit e4dec2a1 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Test CI script for changing version number

parent 1ed9759d
No related branches found
No related tags found
No related merge requests found
...@@ -72,5 +72,5 @@ var packageTemplate = template.Must(template.New("").Parse( ...@@ -72,5 +72,5 @@ var packageTemplate = template.Must(template.New("").Parse(
"// {{ .Timestamp }}\n" + "// {{ .Timestamp }}\n" +
"package globals\n\n" + "package globals\n\n" +
"const GITVERSION = `{{ .GITVER }}`\n" + "const GITVERSION = `{{ .GITVER }}`\n" +
"const SEMVER = \"1.0.0\"\n" + "const SEMVER = \"1.0.0-VerDiffTest\"\n" +
"const GLIDEDEPS = `{{ .GLIDEDEPS }}`\n")) "const GLIDEDEPS = `{{ .GLIDEDEPS }}`\n"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment