From 770a9f719f4478f243ee78238ecd7f645b525168 Mon Sep 17 00:00:00 2001
From: Finch CI <ci@kostyukov.net>
Date: Thu, 5 Sep 2019 06:01:35 +0000
Subject: [PATCH] Setting version to 0.31.0

---
 docs/src/main/tut/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md
index 75dad5eaa..c565a2286 100644
--- a/docs/src/main/tut/index.md
+++ b/docs/src/main/tut/index.md
@@ -22,8 +22,8 @@ build.sbt:
 
 ```scala
 libraryDependencies ++= Seq(
-  "com.github.finagle" %% "finch-core" % "0.30.0",
-  "com.github.finagle" %% "finch-circe" % "0.30.0",
+  "com.github.finagle" %% "finch-core" % "0.31.0",
+  "com.github.finagle" %% "finch-circe" % "0.31.0",
   "io.circe" %% "circe-generic" % "0.9.3"
 )
 ```