We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce033d commit e38fd8aCopy full SHA for e38fd8a
2 files changed
java.json
@@ -1,6 +1,6 @@
1
{
2
"id": "java",
3
- "version": "0.12.0",
+ "version": "0.13.0",
4
"description": "Java support for gauge",
5
"install": {
6
"windows": [],
pom.xml
@@ -4,7 +4,7 @@
<name>gauge-java</name>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
7
- <version>0.12.0</version>
+ <version>0.13.0</version>
8
<description>Java plugin for Gauge</description>
9
<url>https://github.com/getgauge/gauge-java</url>
10
<dependencyManagement>
0 commit comments