Skip to content

Commit

Permalink
Merge pull request #148 from finagle/lmaia/0.12.0-release
Browse files Browse the repository at this point in the history
tag 0.12.0 release
  • Loading branch information
leonmaia authored Sep 11, 2019
2 parents 8498932 + d5956df commit c4ec0dc
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.11.0"
"io.github.finagle" %% "finagle-postgres" % "0.12.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.12.0-SNAPSHOT"
version in ThisBuild := "0.12.0"

0 comments on commit c4ec0dc

Please sign in to comment.