Skip to content

Commit

Permalink
Bumped version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oas committed Aug 4, 2021
1 parent 83d1501 commit 9efabe3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "declab",
"version": "2.5.2",
"version": "2.6.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.materna</groupId>
<artifactId>declab</artifactId>
<version>2.5.2</version>
<version>2.6.0</version>

<packaging>war</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package de.materna.dmn.tester;

public class ManagementHelper {
public static String declabVersion = "2.5.2";
public static String declabVersion = "2.6.0";
public static String declabHost = "http://localhost:8080/declab-" + declabVersion;
public static int configurationVersion = 2;
}

0 comments on commit 9efabe3

Please sign in to comment.