Bump-up version to 3.9.1

This commit is contained in:
Emmanuel Engelhart 2023-12-25 15:09:18 +01:00
parent 3c17704a07
commit bbc683da88
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -31,5 +31,5 @@ object Config {
// Version Information // Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code. const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 9 // Minor version component of the app's version name and version code. const val versionMinor = 9 // Minor version component of the app's version name and version code.
const val versionPatch = 0 // Patch version component of the app's version name and version code. const val versionPatch = 1 // Patch version component of the app's version name and version code.
} }