We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f128ed9 commit 13304f0Copy full SHA for 13304f0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
Change Log
2
===============================================================================
3
-Version 2.3.0 *(2017-09-xx)*
+Version 2.3.0 *(2018-01-10)*
4
----------------------------
5
* Feature #544: Use double confirmation dialog boxes before irreversible actions
6
* Fixed #723, #743: Split transactions saved with incorrect sign
app/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
7
def versionMinor = 3
8
def versionPatch = 0
9
-def versionBuild = 3
+def versionBuild = 4
10
11
static def buildTime() {
12
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
0 commit comments