Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan authored Aug 18, 2016
1 parent 4f34c4c commit 0317681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ apply plugin: 'java'
apply plugin: 'maven'

group = 'cd.go.contrib'
version = '0.1-SNAPSHOT'
version = '0.1'
description = 'GoCD Docker Elastic Agents'

// these values that go into plugin.xml
project.ext.pluginDesc = [
id : 'cd.go.contrib.elastic-agent.docker',
version : project.version,
goCdVersion: '16.7.0',
goCdVersion: '16.8.0',
name : 'Docker Elastic Agent Plugin',
description: 'Docker Based Elastic Agent Plugins for GoCD',
vendorName : 'GoCD Contributors',
Expand Down

0 comments on commit 0317681

Please sign in to comment.