Skip to content

Commit e27010f

Browse files
committed
Start development of version 2023.9.0-SNAPSHOT
1 parent a8584ed commit e27010f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

io.openems.common/src/io/openems/common/OpenemsConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class OpenemsConstants {
2929
* <p>
3030
* This is the month of the release.
3131
*/
32-
public static final short VERSION_MINOR = 8;
32+
public static final short VERSION_MINOR = 9;
3333

3434
/**
3535
* The patch version of OpenEMS.
@@ -43,7 +43,7 @@ public class OpenemsConstants {
4343
/**
4444
* The additional version string.
4545
*/
46-
public static final String VERSION_STRING = "";
46+
public static final String VERSION_STRING = "SNAPSHOT";
4747

4848
/**
4949
* The complete version as a SemanticVersion.

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openems-ui",
3-
"version": "2023.8.0",
3+
"version": "2023.9.0-SNAPSHOT",
44
"license": "AGPL-3.0",
55
"private": true,
66
"dependencies": {

ui/src/app/user/user.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<p class="ion-padding" translate>About.build</p>
106106
<ul>
107107
<li>
108-
<a routerLinkActive="active" routerLink="/changelog">2023.8.0 (2023-08-02)</a>
108+
<a routerLinkActive="active" routerLink="/changelog">2023.9.0-SNAPSHOT</a>
109109
</li>
110110
</ul>
111111
<p class="ion-padding">

0 commit comments

Comments
 (0)