diff --git a/make/DEBIAN/control b/make/DEBIAN/control index 87735691f..49a778c92 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 2.3.4-beta.3 +Version: 2.4.0-beta.1 Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun diff --git a/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.html b/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.html index 8508045aa..becde20cf 100644 --- a/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.html +++ b/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.html @@ -50,6 +50,7 @@

Welcome to Testrun!

> to share you thoughts +
  • Risk Profile was lastly updated in 2026 V2.4.0
  • diff --git a/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.ts b/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.ts index d364effb1..ef6aff1d4 100644 --- a/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.ts +++ b/modules/ui/src/app/components/version/consent-dialog/consent-dialog.component.ts @@ -35,7 +35,6 @@ type DialogData = { @Component({ selector: 'app-consent-dialog', - imports: [ MatDialogModule, MatButtonModule, diff --git a/modules/ui/src/app/components/version/version.component.ts b/modules/ui/src/app/components/version/version.component.ts index 193ac52b6..2d80a46c0 100644 --- a/modules/ui/src/app/components/version/version.component.ts +++ b/modules/ui/src/app/components/version/version.component.ts @@ -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'],