docs(release): bump to v4.5 with detection hardening changelog

This commit is contained in:
Enginex0
2026-03-16 22:07:56 +01:00
parent 70e1ffb12c
commit 806ec26a03
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
val verName = "v4.4"
val verName = "v4.5"
android {
namespace = "org.matrix.TEESimulator"