Skip to content

Commit e1b51a3

Browse files
committed
chore(version): bump to v4.8
1 parent 1603e78 commit e1b51a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
2929

3030
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
3131
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
32-
val verName = "v4.7"
32+
val verName = "v4.8"
3333

3434
android {
3535
namespace = "org.matrix.TEESimulator"

0 commit comments

Comments
 (0)