Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Dancy committed Jun 5, 2016
1 parent e9213cd commit 08e6a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
}
dependencies {
classpath 'com.bmuschko:gradle-docker-plugin:2.6.8'
classpath 'com.bmuschko:gradle-docker-plugin:3.0.0'
}
}
----
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.bmuschko'
version = '2.6.8'
version = '3.0.0'

apply plugin: 'groovy'
apply plugin: 'idea'
Expand Down

0 comments on commit 08e6a6a

Please sign in to comment.