Skip to content

Commit

Permalink
Sukreet | SHR-1409 | changed version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sukreet committed Jan 6, 2017
1 parent fbfcc63 commit d64fda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ task exportProperties(dependsOn: 'assembly') << {

task dist(dependsOn: 'exportProperties', type: Rpm) {
packageName = 'mci-lr'
version = '2.5'
version = '2.6'
release = project.hasProperty('release') ? project.release : '1'
arch = NOARCH
os = LINUX
Expand Down

0 comments on commit d64fda6

Please sign in to comment.