From 60e5e93cb31b9cf27286589e308c2f51f9fe3f04 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Thu, 20 Jun 2024 11:19:28 +0300 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 578041d..bb9a89d 100644 --- a/README.md +++ b/README.md @@ -149,13 +149,13 @@ Java library and command-line application for converting Apache Spark ML pipelin JPMML-SparkML library JAR file (together with accompanying Java source and Javadocs JAR files) is released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/). -The current version is **2.1.3** (27 December, 2023). +The current version is **2.1.4** (20 June, 2024). ```xml org.jpmml pmml-sparkml - 2.1.3 + 2.1.4 ```