We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b5200 commit fbcf8d8Copy full SHA for fbcf8d8
gradle.properties
@@ -19,7 +19,7 @@
19
#####################################################################
20
21
group = org.rundeck
22
-currentVersion = 2.9.3
+currentVersion = 2.9.4
23
grailsVersion = 2.5.6
24
mavenCentralUrl = http://repo1.maven.org/maven2/
25
grailsCentralUrl = http://grails.org/plugins
rundeckapp/application.properties
@@ -3,5 +3,5 @@
3
app.grails.version=2.5.6
4
app.name=rundeck
5
app.servlet.version=2.5
6
-app.version = 2.9.3
7
-build.ident = 2.9.3-1
+app.version = 2.9.4-SNAPSHOT
+build.ident = 2.9.4-0-SNAPSHOT
version.properties
@@ -14,6 +14,6 @@
14
# limitations under the License.
15
#
16
17
-version.number=2.9.3
18
-version.release.number=1
-version.tag=GA
+version.number=2.9.4
+version.release.number=0
+version.tag=SNAPSHOT
0 commit comments