Skip to content

Commit

Permalink
denote the version a snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Oct 12, 2024
1 parent 60d7288 commit 097e786
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 @@ -148,7 +148,7 @@ lazy val compileSettings = Def.settings(
lazy val metadataSettings = Def.settings(
name := projectName,
description := "Gerlich lab programming utilities, especially for data from imaging or sequencing",
version := "0.2.0",
version := "0.2-SNAPSHOT",
organization := groupId,
organizationName := "Gerlich Group, IMBA, ÖAW",
homepage := Some(url(s"https://github.com/$gitHubOwner/$projectName")),
Expand Down

0 comments on commit 097e786

Please sign in to comment.