Skip to content

Commit

Permalink
APPS-1354 release 0.17.12
Browse files Browse the repository at this point in the history
(fix) everywhere - version updates
  • Loading branch information
Gvaihir committed Aug 23, 2022
1 parent 3810c4d commit 3875be3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## in develop
## 0.17.12 (2022-08-23)

* Optional types are preserved when using outputs from the standard library functions without explicit declaration.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val wdlTools = project
)

lazy val dependencies = {
val dxCommonVersion = "0.11.3"
val dxCommonVersion = "0.11.4"
val antlr4Version = "4.9.3"
val scallopVersion = "4.1.0"
val typesafeVersion = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ When a PR is merged into `develop`, SNAPSHOT packages are automatically publishe
2. Create a release branch named with the version number, e.g. `release-2.4.2`
3. Update the version numbers in application.conf files (remove "-SNAPSHOT")
4. Update the release notes
- Change the top header from "in develop" to "<version> (<date>)"
- Change the top header from "in develop" to "\<version\> (\<date\>)"
### Releasing to GitHub
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wdlTools {
version = "0.17.12-SNAPSHOT"
version = "0.17.12"
}

#
Expand Down

0 comments on commit 3875be3

Please sign in to comment.