Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jun 10, 2024
1 parent 56fdab6 commit 3f52bec
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 @@ -9,7 +9,7 @@ inThisBuild(
onLoadMessage := s"Welcome to scala3-binary-decoder ${version.value}",
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := Developers.all,
version ~= { dynVer => if (isRelease) dynVer else "0.1.0-SNAPSHOT" }
version ~= { dynVer => if (isRelease) dynVer else "1.0.0-SNAPSHOT" }
)
)

Expand Down

0 comments on commit 3f52bec

Please sign in to comment.