Skip to content

Commit

Permalink
Update version number for v2.4.0 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Jun 15, 2018
1 parent 359e242 commit 78fa394
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.4.0 *(2018-06-xx)*
Version 2.4.0 *(2018-06-15)*
----------------------------
* Feature #665: Adds CSV export format
* Feature #544: Add extra checkbox confirmation for irreversible actions
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 = 4
def versionPatch = 0
def versionBuild = 2
def versionBuild = 3

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

0 comments on commit 78fa394

Please sign in to comment.