Changing verison to snapshot

This commit is contained in:
Chris Stewart 2018-03-24 16:32:28 -05:00
parent 146d76658d
commit 3f895d4673

View File

@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
organization := "org.bitcoins",
name := "bitcoin-s-core",
version := "0.0.1",
version := "0.0.1-SNAPSHOT",
scalaVersion := "2.11.7"
)