updating version for next development cycle

- also fixes wrong version in changes doc
This commit is contained in:
Adam Brown 2022-06-22 13:48:56 +01:00
parent dff0f9d1bc
commit 0aacde9d9d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Changes in Element v1.4.23 (2022-06-21)
Changes in Element v1.4.24 (2022-06-21)
=======================================
Bugfixes 🐛

View file

@ -60,7 +60,7 @@ android {
// that the app's state is completely cleared between tests.
testInstrumentationRunnerArguments clearPackageData: 'true'
buildConfigField "String", "SDK_VERSION", "\"1.4.24\""
buildConfigField "String", "SDK_VERSION", "\"1.4.26\""
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

View file

@ -35,7 +35,7 @@ ext.versionMinor = 4
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 24
ext.versionPatch = 26
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'