This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a66f142  Update the page footer: copyright year, version number.
a66f142 is described below

commit a66f14270697a1ba1aa56439185dc30ddd927c84
Author: Greg Stein <[email protected]>
AuthorDate: Fri Feb 20 07:29:53 2026 -0600

    Update the page footer: copyright year, version number.
    
    Provided-by: andreww
---
 v3/server/templates/footer.ezt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v3/server/templates/footer.ezt b/v3/server/templates/footer.ezt
index edf17e6..4898f92 100644
--- a/v3/server/templates/footer.ezt
+++ b/v3/server/templates/footer.ezt
@@ -5,10 +5,10 @@
         <div class="row">
             <div class="col-12">
                 <p class="text-muted mb-2">
-                    &copy; 2025 Apache Software Foundation. All rights 
reserved.
+                    &copy; 2026 Apache Software Foundation. All rights 
reserved.
                     <a href="https://www.apache.org/licenses/LICENSE-2.0"; 
class="text-muted mx-2">License</a> |
                     <a href="/privacy" class="text-muted mx-2">Privacy 
Policy</a> |
-                    <a href="/about" class="text-muted mx-2">Apache STeVe 
v1.0.0</a>
+                    <a href="/about" class="text-muted mx-2">Apache STeVe 
v3.0.0</a>
                 </p>
             </div>
         </div>

Reply via email to