Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Mar 8, 2017
1 parent 4cac385 commit f96eca8
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 @@ -2,7 +2,7 @@ organization := "com.nthportal"
name := "versions"
description := "A Scala library for representing versions as objects."

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

Expand Down

0 comments on commit f96eca8

Please sign in to comment.