Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Mar 8, 2017
1 parent a1eaa81 commit d00170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "cancellable-task"
description := "A cancellable task to be run asynchronously."

val rawVersion = "1.0.1"
isSnapshot := true
isSnapshot := false
version := rawVersion + {if (isSnapshot.value) "-SNAPSHOT" else ""}

scalaVersion := "2.12.1"
Expand Down

0 comments on commit d00170e

Please sign in to comment.