Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
version: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Oct 27, 2017
1 parent f0efa14 commit b326a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased

## 0.11.0
* Built using Gradle 4.2.1
* Began testing using Java 9
* Built using Avro 1.8.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}
sourceCompatibility = 1.7

version = "0.10.1-SNAPSHOT"
version = "0.11.0"
group = "com.commercehub.gradle.plugin"

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit b326a91

Please sign in to comment.