From ab10be7266e08ae20efd3c3ebfe57e39ac8f7e15 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Wed, 11 Dec 2024 01:37:16 -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 82a1e2a..e9728e0 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.3" + const val VERSION_NAME = "3.6.4" const val JVM_TARGET = "17" - const val VERSION_CODE = 36300 + const val VERSION_CODE = 36400 const val TARGET_SDK = 35 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel"