diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 16:29:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 16:29:46 +0200 |
| commit | ea9f2cde50fe92e6df5e44c0b21baededfc54bfc (patch) | |
| tree | d3b3631fadf46ff8fda4ab99381d2e557d09a690 /src | |
| parent | 724e56b83bfa65cd2e870c54de1d83eec012f165 (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/utils/VSVersionInfo.java | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |
