Skip to content

Commit

Permalink
Use 17.2.0 as target go version
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed Jul 4, 2019
1 parent b630155 commit d020fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group = 'cd.go.plugin'
version = '1.0.0'
version = '1.0.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<go-plugin id="dunner-gocd-plugin" version="1">
<about>
<name>Dunner GoCD Plugin</name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>GoCD Plugin for Dunner task runner based on Docker</description>
<target-go-version>17.3.0</target-go-version>
<target-go-version>17.2.0</target-go-version>
<vendor>
<name>LeopardsLab</name>
<url>https://github.com/leopardslab</url>
Expand Down

0 comments on commit d020fb4

Please sign in to comment.