Skip to content

Commit

Permalink
Merge tag '2023.8.0' into develop
Browse files Browse the repository at this point in the history
2023.8.0
  • Loading branch information
sfeilmeier committed Aug 2, 2023
2 parents c6c94d8 + 993131b commit a8584ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class OpenemsConstants {
/**
* The additional version string.
*/
public static final String VERSION_STRING = "SNAPSHOT";
public static final String VERSION_STRING = "";

/**
* The complete version as a SemanticVersion.
Expand Down
4 changes: 2 additions & 2 deletions 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": "2023.8.0-SNAPSHOT",
"version": "2023.8.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/user/user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<p class="ion-padding" translate>About.build</p>
<ul>
<li>
<a routerLinkActive="active" routerLink="/changelog">2023.8.0-SNAPSHOT</a>
<a routerLinkActive="active" routerLink="/changelog">2023.8.0 (2023-08-02)</a>
</li>
</ul>
<p class="ion-padding">
Expand Down

0 comments on commit a8584ed

Please sign in to comment.