Skip to content

Commit ff93e71

Browse files
authored
Merge pull request #80 from gocd-contrib/GaneshSPatil-patch-1
Bump up plugin version to 4.0.0
2 parents e41c60d + f294dc3 commit ff93e71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
apply plugin: 'java'
2323
apply from: 'plugin-common.gradle'
2424

25-
project.ext.pluginVersion = '3.0.3'
25+
project.ext.pluginVersion = '4.0.0'
2626
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
2727

2828
group = 'cd.go.contrib'
@@ -33,7 +33,7 @@ description = 'GoCD Docker Swarm Elastic Agents'
3333
project.ext.pluginDesc = [
3434
id : 'cd.go.contrib.elastic-agent.docker-swarm',
3535
version : project.version,
36-
goCdVersion: '18.2.0',
36+
goCdVersion: '18.10.0',
3737
name : 'GoCD Docker Swarm Elastic Agents',
3838
description: 'Docker Swarm Based Elastic Agent Plugins for GoCD',
3939
vendorName : 'GoCD Contributors',

0 commit comments

Comments
 (0)