Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Testrun
Version: 2.3.4-beta.3
Version: 2.4.0-beta.1
Architecture: amd64
Maintainer: Google <ssm-orcas@google.com>
Homepage: https://github.com/google/testrun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h2 tabindex="-1">Welcome to Testrun!</h2>
>
to share you thoughts
</li>
<li>Risk Profile was lastly updated in 2026 V2.4.0</li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type DialogData = {

@Component({
selector: 'app-consent-dialog',

imports: [
MatDialogModule,
MatButtonModule,
Expand Down
1 change: 0 additions & 1 deletion modules/ui/src/app/components/version/version.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const INSTALLED_VERSION = 'INSTALLED_VERSION';
declare const gtag: Function;
@Component({
selector: 'app-version',

imports: [CommonModule, MatButtonModule, MatDialogModule],
templateUrl: './version.component.html',
styleUrls: ['./version.component.scss'],
Expand Down
Loading