Skip to content

Commit 44353df

Browse files
committed
chore: bump to 3.6.5
1 parent 0da6e3e commit 44353df

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

buildSrc/src/main/kotlin/Constants.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Constants {
2-
const val VERSION_NAME = "3.6.4"
2+
const val VERSION_NAME = "3.6.5"
33
const val JVM_TARGET = "17"
4-
const val VERSION_CODE = 36400
4+
const val VERSION_CODE = 36500
55
const val TARGET_SDK = 35
66
const val MIN_SDK = 26
77
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
What's new:
2+
- Auto tunnel reliability improvements
3+
- Split tunnel save fix and performance improvements
4+
- Kernel mode bug fix
5+
- Tile bug fix
6+
- Various other fixes and improvements

versionCode.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
1

0 commit comments

Comments
 (0)