Skip to content

Commit

Permalink
Merge pull request #864 from tgodzik/update-version
Browse files Browse the repository at this point in the history
chore: update version to latest
  • Loading branch information
tgodzik authored Jan 3, 2025
2 parents ae13843 + 0937f84 commit 7c8a172
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" -> "0.7.29"
"STABLE_VERSION" -> "1.0.3"
),
fork := false
)
Expand Down

0 comments on commit 7c8a172

Please sign in to comment.