From f25ab078f33071221962af7725a1c2a95643fe8f Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Thu, 29 Feb 2024 16:26:56 +0000 Subject: [PATCH] Released version 9.1.0. --- src/main/java/com/marcozanon/macaco/MConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/marcozanon/macaco/MConstants.java b/src/main/java/com/marcozanon/macaco/MConstants.java index e3e391f..fa3522f 100644 --- a/src/main/java/com/marcozanon/macaco/MConstants.java +++ b/src/main/java/com/marcozanon/macaco/MConstants.java @@ -13,7 +13,7 @@ public class MConstants extends MObject { /* Generic information. */ - public static final String MACACO_VERSION = "9.x"; + public static final String MACACO_VERSION = "9.1.0"; /* Environment configuration. */ -- 2.30.2