Skip to content

Commit 5ce476b

Browse files
author
nehashri
committed
Neha | changing the release version to 2.3
1 parent 6043aab commit 5ce476b

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
@@ -135,7 +135,7 @@ task debugDatasense(type: JavaExec) {
135135

136136
task dist(type: Rpm, dependsOn: ['build']) {
137137
packageName = 'datasense'
138-
version = '2.2'
138+
version = '2.3'
139139
release = project.hasProperty('release') ? project.release : '1'
140140
arch = NOARCH
141141
os = LINUX

0 commit comments

Comments
 (0)