Skip to content

Commit efc9f6f

Browse files
committed
[U] Release 3.2.0.327
1 parent 5425608 commit efc9f6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then you can add this library as dependency:
5656
<dependency>
5757
<groupId>com.github.hydevelop</groupId>
5858
<artifactId>VeracrossAnalyzer.SDK</artifactId>
59-
<version>3.2.0.322</version>
59+
<version>3.2.0.327</version>
6060
</dependency>
6161
```
6262

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.hydev</groupId>
88
<artifactId>VeracrossAnalyzer.SDK</artifactId>
9-
<version>3.2.0.322</version>
9+
<version>3.2.0.327</version>
1010

1111
<distributionManagement>
1212
<repository>

src/main/java/org/hydev/veracross/sdk/VeracrossConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ public class VeracrossConstants
2121
* The version of THIS MODULE. Other modules of the Veracross
2222
* analyzer project have different versions.
2323
*/
24-
public static String VERSION = "3.2.0.322";
24+
public static String VERSION = "3.2.0.327";
2525
}

0 commit comments

Comments
 (0)