From b84cd9783355c495653650339c034481e429caa2 Mon Sep 17 00:00:00 2001 From: Bartosz Galek Date: Tue, 27 Aug 2024 11:27:52 +0200 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd1009b1..7b128903 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ JDK11+ & Gradle 7+ required. ## Basic usage -``` +```kotlin plugins { - id 'pl.allegro.tech.build.axion-release' version '1.18.0' + id("pl.allegro.tech.build.axion-release") version "1.18.6" } -project.version = scmVersion.version +version = scmVersion.version ``` ```