Skip to content

Commit

Permalink
add small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan-G committed Feb 21, 2016
1 parent 5286b39 commit 17ba86f
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 59 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ext.buildInfoCached = null;
def buildInfo(String key) {
if (!buildInfoCached) {
buildInfoCached = [
nextBuildNumber: 'test33',
version : 'test32'
nextBuildNumber: 'test34',
version : 'test33'
]
}
return key ? buildInfoCached[key] : buildInfoCached;
Expand Down Expand Up @@ -81,7 +81,7 @@ def gitInfo(String key) {
return key ? gitInfoCached[key] : gitInfoCached;
}

version = "1.7.10-0.test33"
version = "1.7.10-0.test34"

launch4j {
jreMinVersion = '1.6.0'
Expand Down
Loading

0 comments on commit 17ba86f

Please sign in to comment.