Skip to content

Commit

Permalink
server: Update the trace server version to 0.3.0
Browse files Browse the repository at this point in the history
The version is now updated to 0.3.0 from 0.2.0. Most of the changes
are related to managing experiments' bookmarks.

[Changed] Trace server version is changed to 0.3.0

Signed-off-by: Kaveh Shahedi <kaveh.shahedi@ericsson.com>
  • Loading branch information
kavehshahedi committed Nov 22, 2024
1 parent 5ac5208 commit 7cff0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public final class EndpointConstants {
static final String LICENSE = "Apache 2"; //$NON-NLS-1$
static final String LICENSE_URL = "http://www.apache.org/licenses/"; //$NON-NLS-1$
/** The TSP version */
public static final String VERSION = "0.2.0"; //$NON-NLS-1$
public static final String VERSION = "0.3.0"; //$NON-NLS-1$
static final String SERVER = "https://localhost:8080/tsp/api"; //$NON-NLS-1$

/**
Expand Down

0 comments on commit 7cff0ba

Please sign in to comment.