Skip to content

Commit

Permalink
Merge pull request #476 from neo4j/feat/update-copyright-year
Browse files Browse the repository at this point in the history
feat: copyright to year 2025
  • Loading branch information
tbwiss authored Jan 13, 2025
2 parents b4ece30 + be31444 commit 91cdf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/AppSettings/AppSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const AppSettings = ({ onClickClose }: Props) => {
<div className="flex flex-col">
<span>Made by Neo4j, Inc</span>
{/* explicitly hard coded values for copyright */}
<span data-test-copyright-information>Copyright &copy; 2002-2024</span>
<span data-test-copyright-information>Copyright &copy; 2002-2025</span>
<div className="flex">
<span>Neo4j GraphQL version:</span>&nbsp;
<pre>{(process.env.NEO4J_GRAPHQL_VERSION || "").replace(/\^|~/g, "")}</pre>
Expand Down

0 comments on commit 91cdf31

Please sign in to comment.