From a39200af54262efee9d3b4c66b3664de978e4f9a Mon Sep 17 00:00:00 2001 From: Albert Mavashev Date: Sun, 22 Mar 2026 13:38:10 -0400 Subject: [PATCH] update copyright year update copyright year --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 5f028e0..87982aa 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -343,7 +343,7 @@ export default defineConfig({ }, footer: { message: 'Released under the Apache 2.0 License.', - copyright: 'Copyright 2024-present RunCycles.io' + copyright: 'Copyright 2025-present RunCycles.io' }, socialLinks: [ { icon: 'github', link: 'https://github.com/runcycles/docs' }