From 6419b54435af771ba4621e2455bdaff8a8fd07f1 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Wed, 20 Nov 2024 10:10:46 +0200 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c062397..12243426 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Java Class Model API for Predictive Model Markup Language (PMML). JPMML-Model library JAR files (together with accompanying Java source and Javadocs JAR files) are released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/). -The current version is **1.6.6** (1 October, 2024). +The current version is **1.6.7** (20 November, 2024). ```xml org.jpmml pmml-model - 1.6.6 + 1.6.7 ```