Skip to content

Commit

Permalink
set version to 0.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Jul 16, 2016
1 parent cab6534 commit cca3462
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.1.0 (16 Jul 2016)

Initial release.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'cd.go.plugin.config.yaml'
version '0.0.1'
version '0.1.0'

apply plugin: 'java'

Expand Down Expand Up @@ -65,4 +65,4 @@ task fatJar(type: Jar) {
exclude "META-INF/*.RSA"
}
with jar
}
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<go-plugin id="yaml.config.plugin" version="1">
<about>
<name>YAML Configuration Plugin</name>
<version>0.0.1</version>
<version>0.1.0</version>
<target-go-version>16.6.0</target-go-version>
<description>
GoCD pipelines and environments configuration in YAML
Expand Down

0 comments on commit cca3462

Please sign in to comment.