From 6a3980e1070a3935434326cf4f76efde37b53c3f Mon Sep 17 00:00:00 2001 From: Stijn De Haes Date: Thu, 12 Oct 2017 20:45:54 +0200 Subject: [PATCH] Release 0.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 310bdcf..2246ece 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "play-prometheus-filters" organization := "com.github.stijndehaes" -version := "0.3.1" +version := "0.3.2" lazy val root = (project in file(".")) .enablePlugins(PlayScala)