Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constants/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
araustin01 marked this conversation as resolved.

// 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.
Expand Down
Loading