chore(version): bump to v6.0.0

This commit is contained in:
Enginex0
2026-03-26 12:28:23 +01:00
parent 80387b9516
commit 23d40b8975
+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 = "v5.0"
val verName = "v6.0.0"
android {
namespace = "org.matrix.TEESimulator"