Skip to content

Commit

Permalink
Bump to 0.4.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 13, 2025
1 parent 6bf4060 commit 8ac0d22
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 @@ -11,7 +11,7 @@ val scala3Version = "3.6.2"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := scala3Version

lazy val ultravioletVersion = "0.4.0"
lazy val ultravioletVersion = "0.4.1-SNAPSHOT"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := ultravioletVersion,
Expand Down

0 comments on commit 8ac0d22

Please sign in to comment.