From ea9f2cde50fe92e6df5e44c0b21baededfc54bfc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Mar 2026 16:29:46 +0200 Subject: Bump version to 1.1.0 --- src/main/java/utils/VSVersionInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main') diff --git a/src/main/java/utils/VSVersionInfo.java b/src/main/java/utils/VSVersionInfo.java index ad4df73..7ff237d 100644 --- a/src/main/java/utils/VSVersionInfo.java +++ b/src/main/java/utils/VSVersionInfo.java @@ -52,7 +52,7 @@ public final class VSVersionInfo { /** * Gets the application version from Maven project version. * - * @return the version string (e.g., "1.0.1") + * @return the version string (e.g., "1.1.0") */ public static String getVersion() { if (!loaded) { @@ -100,9 +100,9 @@ public final class VSVersionInfo { /** * Gets the full version string including name and version. * - * @return formatted version string (e.g., "Distributed Systems Simulator 1.0.1") + * @return formatted version string (e.g., "Distributed Systems Simulator 1.1.0") */ public static String getFullVersionString() { return String.format("Distributed Systems Simulator %s", getVersion()); } -} \ No newline at end of file +} -- cgit v1.2.3