Skip to content

Commit

Permalink
Release version: 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpern committed Jun 15, 2022
1 parent f73c2e8 commit 5334510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SAP Commerce Gradle Plugins 3.6.0
# SAP Commerce Gradle Plugins 3.7.0

[![Actions Status](https://github.com/SAP/commerce-gradle-plugin/workflows/Gradle%20CI/badge.svg)](https://github.com/SAP/commerce-gradle-plugin/actions)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/commerce-gradle-plugin)](https://api.reuse.software/info/github.com/SAP/commerce-gradle-plugin)
Expand Down Expand Up @@ -40,7 +40,7 @@ Here is how you get started with the plugins for your SAP Commerce project.

```kotlin
plugins {
id("sap.commerce.build.ccv2") version("3.6.0")
id("sap.commerce.build.ccv2") version("3.7.0")
}
```

Expand All @@ -61,8 +61,8 @@ Here is how you get started with the plugins for your SAP Commerce project.

```kotlin
plugins {
id("sap.commerce.build") version("3.6.0")
id("sap.commerce.build.ccv2") version("3.6.0")
id("sap.commerce.build") version("3.7.0")
id("sap.commerce.build.ccv2") version("3.7.0")
}
repositories {
Expand Down

0 comments on commit 5334510

Please sign in to comment.