From e2021338b23d17f3e5fc4304ebe4cc8b901c2d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Niclas=20Str=C3=BCwer?= Date: Mon, 18 Feb 2019 09:11:12 +0100 Subject: [PATCH] bumped version to 0.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5ed75f7..562c650a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "delphi-management" organization := "de.upb" -version := "0.9.0-SNAPSHOT" +version := "0.9.0" scalaVersion := "2.12.4"