summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 09:45:02 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 09:45:02 +0200
commit6b3af5524f36296c550465a1339341f24d385bfe (patch)
tree53e0857eecbe5ef9e17a741c04517cbd0ba17a68 /src/main
parentf192d3f5f9c7406951d5c60f4d1e8bd4389555da (diff)
Release version 1.0.11.0.1
Amp-Thread-ID: https://ampcode.com/threads/T-019d2915-3f8e-7747-9223-8685d73bad67 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/utils/VSVersionInfo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/utils/VSVersionInfo.java b/src/main/java/utils/VSVersionInfo.java
index 24b9461..ad4df73 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-SNAPSHOT")
+ * @return the version string (e.g., "1.0.1")
*/
public static String getVersion() {
if (!loaded) {
@@ -100,7 +100,7 @@ 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-SNAPSHOT")
+ * @return formatted version string (e.g., "Distributed Systems Simulator 1.0.1")
*/
public static String getFullVersionString() {
return String.format("Distributed Systems Simulator %s", getVersion());