ui: Bump footer date (#5279)

This commit is contained in:
John Cowen 2019-01-28 17:50:37 +00:00 committed by GitHub
parent 80325189fc
commit acee937f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module.exports = function(environment) {
})(), })(),
CONSUL_DOCUMENTATION_URL: 'https://www.consul.io/docs', CONSUL_DOCUMENTATION_URL: 'https://www.consul.io/docs',
CONSUL_COPYRIGHT_URL: 'https://www.hashicorp.com', CONSUL_COPYRIGHT_URL: 'https://www.hashicorp.com',
CONSUL_COPYRIGHT_YEAR: '2018', CONSUL_COPYRIGHT_YEAR: '2019',
}); });
if (environment === 'development') { if (environment === 'development') {