diff --git a/constants/versions.go b/constants/versions.go index dd3b9ff2..96fc539a 100644 --- a/constants/versions.go +++ b/constants/versions.go @@ -5,7 +5,7 @@ var Version = "0.0.0" // LibScrapliVersion is the version of libscrapli scrapligo was built with. Should be set prior to // a release via build/update_all.sh to the version of libscrapli bundled in assets. -var LibScrapliVersion = "2.0.0-rc.6" +var LibScrapliVersion = "0.0.1-rc.8" // ScrapliDefinitionsVersion is the version of scrapli definitions embedded in assets in this build. // This should be set prior to a release via build/update_all.sh.