We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359e242 commit 78fa394Copy full SHA for 78fa394
CHANGELOG.md
@@ -1,6 +1,6 @@
1
Change Log
2
===============================================================================
3
-Version 2.4.0 *(2018-06-xx)*
+Version 2.4.0 *(2018-06-15)*
4
----------------------------
5
* Feature #665: Adds CSV export format
6
* Feature #544: Add extra checkbox confirmation for irreversible actions
app/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
7
def versionMinor = 4
8
def versionPatch = 0
9
-def versionBuild = 2
+def versionBuild = 3
10
11
static def buildTime() {
12
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
0 commit comments