Skip to content

Commit

Permalink
Change version number to 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartico committed Jul 26, 2024
1 parent d66a1c0 commit 728d3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>es.ubu.lsi</groupId>
<artifactId>ubumonitor</artifactId>
<version>2.10.5</version>
<version>2.10.6</version>



Expand Down
2 changes: 1 addition & 1 deletion src/main/java/es/ubu/lsi/ubumonitor/AppInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class AppInfo {


public static final String VERSION = "2.10.5";
public static final String VERSION = "2.10.6";

public static final String APPLICATION_VERSION = "v" + VERSION;

Expand Down

0 comments on commit 728d3a9

Please sign in to comment.