From 7cbe3311c943bea7eeae1bfc126615a52893411d Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Thu, 2 Jan 2025 22:45:43 -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 5ec3f02..3722954 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.5" + const val VERSION_NAME = "3.6.6" const val JVM_TARGET = "17" - const val VERSION_CODE = 36500 + const val VERSION_CODE = 36600 const val TARGET_SDK = 35 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel"