diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-11-17 17:23:22 -0500 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-11-17 17:23:22 -0500 |
commit | 681a8d8a3e9b42439af55e9a87991c4754b54eee (patch) | |
tree | 6b428cc42a9fcb51e8338e7b20ce8e1e5c470362 /web/templates/base.html | |
parent | b7385a3c68789d3b77eb4a03868c9185fd1d4e8e (diff) |
Diffstat (limited to 'web/templates/base.html')
-rw-r--r-- | web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index 45b2166..fd1f620 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -34,7 +34,7 @@ </div> <div class="container"> - <small>Version 1.0.1 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 10/29/2024</small> + <small>Version 1.0.2 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 11/17/2024</small> </div> </body> |