From 93ca1d3c90c3821e508f76618e58408705059846 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 16 Oct 2019 18:17:44 +0530 Subject: [PATCH] Bump version Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 3 +++ buildSrc/src/main/kotlin/VersionConfiguration.kt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8699d2c0..a340d460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Release Notes ### Unreleased + +### [v5.2.3](https://github.com/msfjarvis/viscerion/releases/5.2.3) - Make log exporter a top-level menu item and remove viewer activity +- Resolve wg-quick segfaults on some devices ### [v5.2.2](https://github.com/msfjarvis/viscerion/releases/5.2.2) - Fix another crash in settings diff --git a/buildSrc/src/main/kotlin/VersionConfiguration.kt b/buildSrc/src/main/kotlin/VersionConfiguration.kt index c522ed8f..edb6bd12 100644 --- a/buildSrc/src/main/kotlin/VersionConfiguration.kt +++ b/buildSrc/src/main/kotlin/VersionConfiguration.kt @@ -4,6 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ object VersionConfiguration { - const val versionCode = 5220 - const val versionName = "5.2.2" + const val versionCode = 5230 + const val versionName = "5.2.3" }