Skip to content

Commit

Permalink
Bump to 0.2.1 development version
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Apr 11, 2024
1 parent 52885ff commit dcf91e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ object tools extends CommonModule with PublishModule with ReleaseModule {
override def mainClass = Some("com.fulcrumgenomics.sv.cmdline.SvMain")
override def artifactName = "fgsv"
def gitHash = Process("git rev-parse --short HEAD").lazyLines.head
// This is the current version (use for the next release)
def curVersion = s"0.2.0"
// true if this is a development version, false if this is a release version
def isDevelopment = false
def publishVersion = if (isDevelopment) s"${curVersion}-${gitHash}-SNAPSHOT" else s"${curVersion}"
def publishVersion = "0.2.1-${gitHash}-SNAPSHOT"
def pomSettings = PomSettings(
description = artifactName(),
organization = "com.fulcrumgenomics",
Expand Down

0 comments on commit dcf91e7

Please sign in to comment.