Bump version to v4.10.0

This commit is contained in:
Rok Oblak
2025-04-24 14:01:18 +07:00
committed by MargeBot
parent 66f9d3bcbe
commit fef2351e04
+1 -1
View File
@@ -23,5 +23,5 @@ object Config {
const val targetSdk = 34
const val testInstrumentationRunner = "ch.protonmail.android.uitest.HiltTestRunner"
const val versionCode = 1
const val versionName = "4.9.1"
const val versionName = "4.10.0"
}