Skip to content

Commit

Permalink
chore: release bump -> 1.0.0-beta13
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jan 13, 2023
1 parent f2ad3ff commit df3e615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ below for specific installation and use instructions.

```kotlin
plugins {
id("dev.elide.buildtools.plugin") version "1.0.0-beta12"
id("dev.elide.buildtools.plugin") version "1.0.0-beta13"
}
```

**Groovy DSL**

```groovy
plugins {
id "dev.elide.buildtools.plugin" version "1.0.0-beta12"
id "dev.elide.buildtools.plugin" version "1.0.0-beta13"
}
```

#### Plugin coordinates

- **Version:** `1.0.0-beta12`
- **Version:** `1.0.0-beta13`
- **Plugin ID:** `dev.elide.buildtools.plugin`
- **Classpath Coordinate:** `dev.elide.buildtools:plugin`

Expand Down

0 comments on commit df3e615

Please sign in to comment.