Skip to content

Commit

Permalink
Small change and default version at 2023.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Jul 13, 2023
1 parent 8561fed commit 548e1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static int doMainCommand(CommandOptions commandOptions, Path baseConfigFi
}

private static int doMain(String[] args){
String logMessage = "Beginning main. Jar: " + getJarInfo();
String logMessage = "Beginning main. " + getJarInfo();
LOGGER.info(SolarThingConstants.SUMMARY_MARKER, "[LOG] " + logMessage);
System.out.println("[stdout] " + logMessage);
System.err.println("[stderr] " + logMessage);
Expand Down
2 changes: 1 addition & 1 deletion program/.scripts/export_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export SOLARTHING_VERSION="2023.2.0"
export SOLARTHING_VERSION="2023.4.0"

if [ -n "${SOLARTHING_VERSION_OVERRIDE+x}" ]; then
echo Using override
Expand Down

0 comments on commit 548e1c0

Please sign in to comment.