mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-04-21 14:08:33 -05:00
6 lines
259 B
Bash
Executable File
6 lines
259 B
Bash
Executable File
#!/bin/sh
|
|
#Called by go generate
|
|
#Sets the version number in the template automatically
|
|
sed -i 's/{{define "version"}}.*{{end}}/{{define "version"}}'$1'{{end}}/g' ../../internal/webserver/web/templates/string_constants.tmpl
|
|
echo "Set version in web template"
|