Skip to content

Commit 49bf810

Browse files
authoredApr 1, 2025··
Use getUTCFullYear() to get current year. (#297)
* Use getUTCFullYear() to get current year. * BDK -> LDK
1 parent 7636d5a commit 49bf810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ module.exports = {
314314
],
315315
},
316316
],
317-
copyright: "Copyright © 2024 LDK Developers",
317+
copyright: `Copyright © ${(new Date()).getUTCFullYear()} LDK Developers`,
318318
},
319319
},
320320
};

0 commit comments

Comments
 (0)
Please sign in to comment.