Skip to content

Commit

Permalink
Update app version for v2.3.0 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Jan 9, 2018
1 parent f128ed9 commit 13304f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
===============================================================================
Version 2.3.0 *(2017-09-xx)*
Version 2.3.0 *(2018-01-10)*
----------------------------
* Feature #544: Use double confirmation dialog boxes before irreversible actions
* Fixed #723, #743: Split transactions saved with incorrect sign
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 3
def versionPatch = 0
def versionBuild = 3
def versionBuild = 4

static def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down

0 comments on commit 13304f0

Please sign in to comment.