From d13008b93e9aa3fc0977463f67142627f2b2cfd8 Mon Sep 17 00:00:00 2001 From: Stijn De Haes Date: Sun, 13 Aug 2017 12:57:07 +0200 Subject: [PATCH] Set version to 0.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5219eab..3710325 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "play-prometheus-filters" organization := "com.github.stijndehaes" -version := "0.2.0" +version := "0.2.1" lazy val root = (project in file(".")) .enablePlugins(PlayScala)