Skip to content

Commit b2c93e1

Browse files
committed
Bumping to next rev
1 parent b71740b commit b2c93e1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/Home.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Suppo
2828
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).
2929

3030
## Release Notes
31+
* 1.67 (unreleased)
3132
* 1.66 (October 14 2017)
3233
* Enhanced support for the [Notification Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin)
3334
([#1067](https://github.com/jenkinsci/job-dsl-plugin/pull/1067))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.66
1+
version=1.67-SNAPSHOT
22
groovyVersion=2.4.7
33
jenkinsVersion=2.19
44
assetPipelineVersion=2.11.6

job-dsl-api-viewer/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
<select class="version-select form-control">
2929
<!-- ADD VERSIONS HERE! -->
30-
<option value="build/data/dsl.json">v1.66</option>
30+
<option value="build/data/dsl.json">v1.67-SNAPSHOT</option>
31+
<option value="build/data/job-dsl-core-1.66-apidoc.json">v1.66</option>
3132
<option value="build/data/job-dsl-core-1.65-apidoc.json">v1.65</option>
3233
<option value="build/data/job-dsl-core-1.64-apidoc.json">v1.64</option>
3334
<option value="build/data/job-dsl-core-1.63-apidoc.json">v1.63</option>

0 commit comments

Comments
 (0)