diff --git a/README.md b/README.md index 1a8cbc3..746a468 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. io.github.cdimascio java-dotenv - 3.1.6 + 3.1.7 ``` ### Gradle ```groovy -compile 'io.github.cdimascio:java-dotenv:3.1.6' +compile 'io.github.cdimascio:java-dotenv:3.1.7' ``` ## Usage