Skip to content

Commit 4f818a0

Browse files
committed
Version bump to the correct version
1 parent 6abced9 commit 4f818a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Conformance-Frontend/src/navigation-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function NavigationBar() {
6666
{
6767
element: "div",
6868
className: "fw-medium fs-6 ms-2 me-3",
69-
text: "v2.3.1",
69+
text: "v2.4.1",
7070
}
7171
]
7272
},

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<iframe src="Conformance-Frontend/index.html" name="targetframe" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%" frameborder="0"></iframe>
55
<div style="position: absolute;top: 0;right: 0;font-color:white;">Github Commit ID: <?php
66
$shortsha = substr(getenv('SHORT_SHA'), 0, 6);
7-
$githublink = "<a href=\"https://github.com/Dash-Industry-Forum/DASH-IF-Conformance/tree/$shortsha\">v2.3.1 ($shortsha)</a>";
7+
$githublink = "<a href=\"https://github.com/Dash-Industry-Forum/DASH-IF-Conformance/tree/$shortsha\">v2.4.1 ($shortsha)</a>";
88
$version = !$shortsha ? 'unknown' : $githublink;
99
echo $version;
1010
?></div>

0 commit comments

Comments
 (0)