Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit 93ca1d3

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 1ef5252 commit 93ca1d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release Notes
22

33
### Unreleased
4+
5+
### [v5.2.3](https://github.com/msfjarvis/viscerion/releases/5.2.3)
46
- Make log exporter a top-level menu item and remove viewer activity
7+
- Resolve wg-quick segfaults on some devices
58

69
### [v5.2.2](https://github.com/msfjarvis/viscerion/releases/5.2.2)
710
- Fix another crash in settings

buildSrc/src/main/kotlin/VersionConfiguration.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
object VersionConfiguration {
7-
const val versionCode = 5220
8-
const val versionName = "5.2.2"
7+
const val versionCode = 5230
8+
const val versionName = "5.2.3"
99
}

0 commit comments

Comments
 (0)