Skip to content

Commit

Permalink
chore: Update STABLE_VERSION to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jan 7, 2025
1 parent 7c8a172 commit c2fa098
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 @@ -278,7 +278,7 @@ lazy val docs = project
mdocExtraArguments := List("--no-link-hygiene"),
mdocVariables := Map(
"VERSION" -> version.value.replaceFirst("\\+.*", ""),
"STABLE_VERSION" -> "1.0.3"
"STABLE_VERSION" -> "1.0.4"
),
fork := false
)
Expand Down

0 comments on commit c2fa098

Please sign in to comment.