This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 332a91bcc84c33db0f2d9b3b770423d91934dcc3 Author: Stephen Mallette <[email protected]> AuthorDate: Tue May 3 11:13:43 2022 -0400 Fixed copyright year in gremlint CTR --- docs/gremlint/src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gremlint/src/components/Footer.tsx b/docs/gremlint/src/components/Footer.tsx index 81e84ad06c..20207dcbad 100644 --- a/docs/gremlint/src/components/Footer.tsx +++ b/docs/gremlint/src/components/Footer.tsx @@ -36,7 +36,7 @@ const Footer = () => ( <CenteredContainer> <FooterContent> <p>Gremlint version: {gremlintVersion}</p> - <p>Copyright © 2015-2021 The Apache Software Foundation.</p> + <p>Copyright © 2015-2022 The Apache Software Foundation.</p> </FooterContent> </CenteredContainer> );
