Skip to content

Commit 877776c

Browse files
committed
Version bump to 8.3.0
Signed-off-by: Manoel Campos <[email protected]>
1 parent 58efaf0 commit 877776c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.cloudsimplus</groupId>
66
<artifactId>cloudsimplus</artifactId>
7-
<version>8.2.0</version>
7+
<version>8.3.0</version>
88

99
<name>CloudSim Plus API</name>
1010
<description>CloudSim Plus: A modern, highly extensible and easier-to-use Java 17+ Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services</description>

src/main/java/org/cloudsimplus/core/CloudSim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ abstract class CloudSim implements Simulation {
3939
/**
4040
* CloudSim Plus current version.
4141
*/
42-
public static final String VERSION = "CloudSim Plus 8.2.0";
42+
public static final String VERSION = "CloudSim Plus 8.3.0";
4343

4444
public static final Logger LOGGER = LoggerFactory.getLogger(CloudSim.class.getSimpleName());
4545

0 commit comments

Comments
 (0)