Skip to content

Commit 1467cbf

Browse files
committed
Latest release
1 parent 0086a51 commit 1467cbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.rajkowski</groupId>
55
<artifactId>cms-platform</artifactId>
6-
<version>20250405.10000-SNAPSHOT</version>
6+
<version>20250531.10000-SNAPSHOT</version>
77
<name>CMS Platform</name>
88
<url>https://github.com/rajkowski/cms-platform</url>
99
<description>Agile, Enterprise, Open Source Content Management System (CMS) and Web Portal</description>

src/main/java/com/simisinc/platform/ApplicationInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ApplicationInfo {
3232
// Use: Change the date, increment the decimal on same day updates
3333
// then reset back to 10000
3434
// VERSION = "--------.10000";
35-
public static final String VERSION = "20250405.10000";
35+
public static final String VERSION = "20250531.10000";
3636

3737
/**
3838
* Outputs the version from the command line

0 commit comments

Comments
 (0)