Skip to content

Commit 5921fde

Browse files
committed
release 4.1.1
1 parent 0a63064 commit 5921fde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/cli/VersionCommand.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package com.thecoderscorner.menu.editorui.cli;
22

3+
import com.thecoderscorner.menu.editorui.MenuEditorApp;
34
import com.thecoderscorner.menu.editorui.storage.MenuEditorConfig;
45
import com.thecoderscorner.menu.persist.ReleaseType;
56

7+
import java.util.Locale;
68
import java.util.concurrent.Callable;
79

810
import static picocli.CommandLine.Command;
@@ -11,6 +13,7 @@
1113
public class VersionCommand implements Callable<Integer> {
1214
@Override
1315
public Integer call() throws Exception {
16+
MenuEditorApp.configureBundle(Locale.getDefault());
1417
var appContext = new MenuEditorConfig();
1518
var storage = appContext.getConfigStore();
1619
System.out.println("TcMenu Designer V" + storage.getVersion() + " - " + storage.getReleaseType());

0 commit comments

Comments
 (0)