Skip to content

Commit 4b77327

Browse files
committed
sukreet | BDSHR-1301 | changing the release version to 2.5
1 parent d16d919 commit 4b77327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ task normalizeJarName(type: Copy) {
8080

8181
task dist(dependsOn: ['build','downloadMRSWar','normalizeJarName'], type: Rpm) {
8282
packageName 'bdshr-terminology-server'
83-
version '2.4'
83+
version '2.5'
8484
release project.hasProperty('release') ? project.release : '1'
8585
arch NOARCH
8686
os LINUX

0 commit comments

Comments
 (0)