Skip to content

Commit

Permalink
Version bump to 7.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed Dec 7, 2022
1 parent 08dd3bd commit 8e0cef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.cloudsimplus</groupId>
<artifactId>cloudsim-plus</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>

<name>CloudSim Plus API</name>
<description>CloudSim Plus: A modern, highly extensible and easier-to-use Java 8+ Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cloudbus/cloudsim/core/CloudSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class CloudSim implements Simulation {
/**
* CloudSim Plus current version.
*/
public static final String VERSION = "CloudSim Plus 7.3.1";
public static final String VERSION = "CloudSim Plus 7.3.2";

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

Expand Down

0 comments on commit 8e0cef7

Please sign in to comment.