From 6762d4733eaa350540254b2ae49b334e378861bd Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Mon, 9 Dec 2024 22:46:27 -0500 Subject: [PATCH] chore: bump version --- buildSrc/src/main/kotlin/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 2f4473b..82a1e2a 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -1,7 +1,7 @@ object Constants { - const val VERSION_NAME = "3.6.2" + const val VERSION_NAME = "3.6.3" const val JVM_TARGET = "17" - const val VERSION_CODE = 36200 + const val VERSION_CODE = 36300 const val TARGET_SDK = 35 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel"