Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Aug 23, 2018
1 parent f12ebeb commit fd9b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/eu/davidea/gradle/GrabVer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import org.gradle.api.tasks.TaskState
class GrabVer implements Plugin<Project> {

void apply(Project project) {
println("====== STARTED GrabVer v0.7.0")
println("====== STARTED GrabVer v1.0.0")
println("INFO - ProjectName=" + project.name)

project.task('grabverRelease') {
Expand Down

0 comments on commit fd9b33e

Please sign in to comment.