From acee937f698406561d1ba62a5c5b8d044d18e07f Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 28 Jan 2019 17:50:37 +0000 Subject: [PATCH] ui: Bump footer date (#5279) --- ui-v2/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-v2/config/environment.js b/ui-v2/config/environment.js index 5ed8a33f1b..0d937aeafb 100644 --- a/ui-v2/config/environment.js +++ b/ui-v2/config/environment.js @@ -61,7 +61,7 @@ module.exports = function(environment) { })(), CONSUL_DOCUMENTATION_URL: 'https://www.consul.io/docs', CONSUL_COPYRIGHT_URL: 'https://www.hashicorp.com', - CONSUL_COPYRIGHT_YEAR: '2018', + CONSUL_COPYRIGHT_YEAR: '2019', }); if (environment === 'development') {