This is an automated email from the ASF dual-hosted git repository.
shamrick pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 960e56e4e6 Update TP version to 7.0.0
960e56e4e6 is described below
commit 960e56e4e61f26bb6fd210a479a14e16366d84d3
Author: shamrickus <[email protected]>
AuthorDate: Wed Jul 20 10:26:53 2022 -0600
Update TP version to 7.0.0
---
traffic_portal/app/src/index.html | 2 +-
traffic_portal/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/traffic_portal/app/src/index.html
b/traffic_portal/app/src/index.html
index ea132d06da..905e45d205 100644
--- a/traffic_portal/app/src/index.html
+++ b/traffic_portal/app/src/index.html
@@ -27,7 +27,7 @@ under the License.
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A user interface for managing Apache
Traffic Control CDN systems.">
- <meta name="application-name" content="Apache Traffic Portal/6.2.0">
+ <meta name="application-name" content="Apache Traffic Portal/7.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1">
<link rel="shortcut icon" href="resources/assets/images/favicon.png"
type="image/x-icon" />
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index 4bd3ee32ab..15a200957a 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -1,6 +1,6 @@
{
"name": "traffic_portal",
- "version": "6.2.0",
+ "version": "7.0.0",
"homepage": "https://github.com/apache/trafficcontrol",
"repository": {
"type": "git",