Skip to content

Commit

Permalink
Harmony is now 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Jun 18, 2018
1 parent 3c2c89f commit 91a5ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'co.riiid.gradle' // upload to github releases

project.ext.productName = "EthereumHarmony"

project.ext.versionNameValue = "2.2";
project.ext.versionNameValue = "2.3";

project.ext.buildNumberFilePath = System.getProperty('user.home') + "/harmony.desktop.number.properties"

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ feature.contract.enabled = true
# Private app properties
#

app.version = v.2.1
app.version = v.2.3

# Maxmind file for IP to Country conversion
maxmind.file = ./maxmind/GeoIP.dat
Expand Down

0 comments on commit 91a5ccc

Please sign in to comment.