Skip to content

Commit

Permalink
Start development of version 2021.20.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Nov 4, 2021
1 parent 10ddcd1 commit 29810c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/single_document.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= OpenEMS - Open Energy Management System
ifndef::toc[]
(c) 2020 OpenEMS Association e.V.
Version 2021.19.0
Version 2021.20.0-SNAPSHOT
:sectnums:
:sectnumlevels: 4
:toc:
Expand Down
4 changes: 2 additions & 2 deletions io.openems.common/src/io/openems/common/OpenemsConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class OpenemsConstants {
*
* This is usually the number of the sprint within the year
*/
public final static short VERSION_MINOR = 19;
public final static short VERSION_MINOR = 20;

/**
* The patch version of OpenEMS.
Expand All @@ -32,7 +32,7 @@ public class OpenemsConstants {
/**
* The additional version string
*/
public final static String VERSION_STRING = "";
public final static String VERSION_STRING = "SNAPSHOT";

/**
* The complete version as a SemanticVersion.
Expand Down
2 changes: 1 addition & 1 deletion ui/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 ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openems-ui",
"version": "2021.19.0",
"version": "2021.20.0-SNAPSHOT",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ui/src/app/user/user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<a target="_blank" href="https://openems.io" translate>About.openEMS</a>
</li>
<li>
<a target="_blank" href="https://github.com/OpenEMS/openems/releases/tag/2021.19.0">
<span translate>About.build</span>: 2021.19.0 (2021-11-04)</a>
<a target="_blank" href="https://github.com/OpenEMS/openems/tree/develop">
<span translate>About.build</span>: 2021.20.0-SNAPSHOT</a>
</li>
</ul>
<p class="ion-padding">
Expand Down

0 comments on commit 29810c2

Please sign in to comment.