docs(release): bump to v4.3 with changelog and update metadata

This commit is contained in:
Enginex0
2026-03-11 13:12:03 +01:00
parent 256bb91a6c
commit 4b9c5fe1d0
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.2"
val verName = "v4.3"
android {
namespace = "org.matrix.TEESimulator"