From a57e83669721548421697d44dc26034dbcaaeca6 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 11 Feb 2026 09:50:58 -0700 Subject: [PATCH] Fix version reference Release is 2.3 on Maven Central --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de20672..8bfec3e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Add the following to your `pom.xml`: com.mailgun mailgun-java - 2.3.0 + 2.3 ... @@ -85,7 +85,7 @@ Add the following to your `pom.xml`: Gradle Groovy DSL . ```xml -implementation 'com.mailgun:mailgun-java:2.3.0' +implementation 'com.mailgun:mailgun-java:2.3' ```