Skip to content

Commit

Permalink
Merge pull request #121 from finagle/release-0-10-0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
leonmaia authored Mar 4, 2019
2 parents 4772587 + 6bdafde commit 9de2298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependency.

```scala
libraryDependencies ++= Seq(
"io.github.finagle" %% "finagle-postgres" % "0.8.2"
"io.github.finagle" %% "finagle-postgres" % "0.10.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.10.0-SNAPSHOT"
version in ThisBuild := "0.10.0"

0 comments on commit 9de2298

Please sign in to comment.