Skip to content

Commit

Permalink
Start development of version 2021.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Feb 11, 2021
1 parent 44de0b4 commit cba0998
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.3.0
Version 2021.4.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 = 3;
public final static short VERSION_MINOR = 4;

/**
* 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.3.0",
"version": "2021.4.0-SNAPSHOT",
"author": "OpenEMS Association e.V.",
"homepage": "http://openems.io",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions ui/src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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.3.0">
<span translate>About.build</span>: 2021.3.0 (2021-02-11)</a>
<a target="_blank" href="https://github.com/OpenEMS/openems/tree/develop">
<span translate>About.build</span>: 2021.4.0-SNAPSHOT</a>
</li>
</ul>
<p>
Expand Down

0 comments on commit cba0998

Please sign in to comment.