Skip to content

Commit 29810c2

Browse files
committed
Start development of version 2021.20.0-SNAPSHOT
1 parent 10ddcd1 commit 29810c2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/modules/ROOT/pages/single_document.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= OpenEMS - Open Energy Management System
22
ifndef::toc[]
33
(c) 2020 OpenEMS Association e.V.
4-
Version 2021.19.0
4+
Version 2021.20.0-SNAPSHOT
55
:sectnums:
66
:sectnumlevels: 4
77
:toc:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class OpenemsConstants {
2020
*
2121
* This is usually the number of the sprint within the year
2222
*/
23-
public final static short VERSION_MINOR = 19;
23+
public final static short VERSION_MINOR = 20;
2424

2525
/**
2626
* The patch version of OpenEMS.
@@ -32,7 +32,7 @@ public class OpenemsConstants {
3232
/**
3333
* The additional version string
3434
*/
35-
public final static String VERSION_STRING = "";
35+
public final static String VERSION_STRING = "SNAPSHOT";
3636

3737
/**
3838
* The complete version as a SemanticVersion.

ui/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openems-ui",
3-
"version": "2021.19.0",
3+
"version": "2021.20.0-SNAPSHOT",
44
"license": "AGPL-3.0",
55
"private": true,
66
"dependencies": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
<a target="_blank" href="https://openems.io" translate>About.openEMS</a>
9696
</li>
9797
<li>
98-
<a target="_blank" href="https://github.com/OpenEMS/openems/releases/tag/2021.19.0">
99-
<span translate>About.build</span>: 2021.19.0 (2021-11-04)</a>
98+
<a target="_blank" href="https://github.com/OpenEMS/openems/tree/develop">
99+
<span translate>About.build</span>: 2021.20.0-SNAPSHOT</a>
100100
</li>
101101
</ul>
102102
<p class="ion-padding">

0 commit comments

Comments
 (0)