Skip to content

Commit 0546802

Browse files
committed
chore(version): 更新应用版本号至 v1.4.2
- 将主类中的静态版本字符串从 v1.4.1 更新为 v1.4.2
1 parent f19e864 commit 0546802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/emu/nebula/nbcommand/Launcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import javafx.application.Application;
44

55
public class Launcher {
6-
public static String version = "v1.4.1";
6+
public static String version = "v1.4.2";
77
public static void main(String[] args) {
88

99
System.setProperty("javafx.platform", "desktop");

0 commit comments

Comments
 (0)