Skip to content

Commit

Permalink
Prepare release 0.8.17.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 23, 2020
1 parent e53e712 commit fa8ff14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty:reactor-netty:0.8.17.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.8.16.RELEASE"
//compile "io.projectreactor.netty:reactor-netty:0.8.18.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.8.17.RELEASE"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.17.BUILD-SNAPSHOT
reactorCoreVersion=3.2.16.BUILD-SNAPSHOT
reactorCoreVersion=3.2.16.RELEASE

0 comments on commit fa8ff14

Please sign in to comment.