From 17979313188f40358c9e09a4220860ccb341cbba Mon Sep 17 00:00:00 2001 From: Charles Ruhland Date: Wed, 28 Jun 2017 16:24:31 -0700 Subject: [PATCH] Set version to 0.1.0 (#6) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 087987d..474dacf 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.mesosphere.sbt.BuildPlugin lazy val root = project.in(file(".")) .settings( name := "sbt-dcos", - version := "0.1.0-SNAPSHOT", + version := "0.1.0", organization := "com.mesosphere", scalaVersion := "2.10.6", sbtPlugin := true,