docs(release): bump to v4.7 with operation and attestation fixes changelog

This commit is contained in:
Enginex0
2026-03-17 07:12:30 +01:00
parent 023d7f929d
commit ca3978888e
2 changed files with 12 additions and 1 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.6"
val verName = "v4.7"
android {
namespace = "org.matrix.TEESimulator"