Skip to content

Commit

Permalink
remove hard coded version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed May 31, 2021
1 parent 2baa258 commit 23b9aeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/bundle/bundle.sbt
@@ -1,5 +1,4 @@
import com.typesafe.sbt.packager.windows._
import scala.util.Properties
import com.typesafe.sbt.SbtNativePackager.Windows

name := "bitcoin-s-bundle"
Expand Down Expand Up @@ -27,8 +26,6 @@ assembly / assemblyMergeStrategy := {
case _ => MergeStrategy.first
}

version := "0.6.1"

Compile / doc := (target.value / "none")
// general package information (can be scoped to Windows)
maintainer := "Chris Stewart <stewart.chris1234@gmail.com>"
Expand Down

0 comments on commit 23b9aeb

Please sign in to comment.