diff options
author | 2021-06-28 12:17:20 +0200 | |
---|---|---|
committer | 2021-06-28 12:17:20 +0200 | |
commit | 4f3b3f5c0b00b8c47c7e7d8e6c2dda624e114cde (patch) | |
tree | af7583b906543148fcd00c2e4e3bf0525f03be18 /web | |
parent | Remote instance dereferencing (#70) (diff) | |
download | gotosocial-4f3b3f5c0b00b8c47c7e7d8e6c2dda624e114cde.tar.xz |
put version in binary properly (#73)
Addresses #71 :
Set version on the CLI framework.
Add a build.sh script that injects variables into the build tooling using git and a version file.
Set version in config.
Diffstat (limited to 'web')
-rw-r--r-- | web/template/footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl index 88f4cd88a..5aba0e1a9 100644 --- a/web/template/footer.tmpl +++ b/web/template/footer.tmpl @@ -1,7 +1,7 @@ <!-- footer.tmpl --> <footer> <div id="version"> - Running GoToSocial version: <span class="accent">{{.instance.Version}}</span><br> + GoToSocial: <span class="accent">{{.instance.Version}}</span><br> <a href="https://github.com/superseriousbusiness/gotosocial">Source Code</a> </div> <div id="contact"> |