From 8bee7b635547c9866291532710ff63d48534448f Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Sat, 13 Jul 2019 08:06:32 -0500 Subject: [PATCH] Attempt to fix .get exception in docs.sbt (#620) --- bitcoin-s-docs/docs.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin-s-docs/docs.sbt b/bitcoin-s-docs/docs.sbt index 6a4c24eaf3..163e025db6 100644 --- a/bitcoin-s-docs/docs.sbt +++ b/bitcoin-s-docs/docs.sbt @@ -25,7 +25,7 @@ mdocExtraArguments := List("--no-link-hygiene") // these variables gets passed to mdoc, and can be read // from there mdocVariables := Map( - "STABLE_VERSION" -> previousStableVersion.value.get, + "STABLE_VERSION" -> "0.1.0", "UNSTABLE_VERSION" -> version.value )