Skip to content

Commit

Permalink
[site-release] Update AppInfo.java version
Browse files Browse the repository at this point in the history
  • Loading branch information
seboo committed Dec 6, 2024
1 parent b189291 commit 8eb472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/fr/paris/lutece/portal/service/init/AppInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public final class AppInfo
{
/** Defines the current version of the application */
private static final String APP_VERSION = "7.0.17-SNAPSHOT";
private static final String APP_VERSION = "7.1.0";
static final String LUTECE_BANNER_VERSION = "\n _ _ _ _____ ___ ___ ___ ____\n"
+ "| | | | | | |_ _| | __| / __| | __| |__ |\n" + "| |__ | |_| | | | | _| | (__ | _| / / \n"
+ "|____| \\___/ |_| |___| \\___| |___| /_/ ";
Expand Down

0 comments on commit 8eb472b

Please sign in to comment.