diff --git a/README.md b/README.md index 2c380378..553efc79 100644 --- a/README.md +++ b/README.md @@ -172,11 +172,9 @@ semver { ##### Override the version -If it possible to force an override of the version: - ```kotlin semver { - version.set("1.0.0") + mapVersion { "1.0.0" } } ```