Skip to content

Commit 04b7a9f

Browse files
committed
Bumping to next rev
1 parent 41d720b commit 04b7a9f

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
@@ -32,6 +32,7 @@ scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Suppo
3232
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).
3333

3434
## Release Notes
35+
* 1.76 (unreleased)
3536
* 1.75 (August 12 2019)
3637
* Added documentation about mandatory identifier in multi-branch Pipeline job branch sources, the identifier will no
3738
longer be generated and must be set to a constant and unique value, see [Migration](Migration#migrating-to-175)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.75
1+
version=1.76-SNAPSHOT
22
groovyVersion=2.4.11
33
jenkinsVersion=2.121
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.75</option>
30+
<option value="build/data/dsl.json">v1.76-SNAPSHOT</option>
31+
<option value="build/data/job-dsl-core-1.75-apidoc.json">v1.75</option>
3132
<option value="build/data/job-dsl-core-1.74-apidoc.json">v1.74</option>
3233
<option value="build/data/job-dsl-core-1.73-apidoc.json">v1.73</option>
3334
<option value="build/data/job-dsl-core-1.72-apidoc.json">v1.72</option>

0 commit comments

Comments
 (0)