[Bazel] Update version string to 2.0.1-develop (#1885)
Some checks are pending
CMake / build (push) Waiting to run
Build on macOS / build (push) Waiting to run
Build on Windows / build (push) Waiting to run

Updates the Bazel module version string to match the current CMake
version string for the develop branch.
This commit is contained in:
armandomontanez 2024-09-10 16:49:04 -07:00 committed by GitHub
parent 398ac2baf9
commit 0f38151002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
module(
name = "pico-sdk",
version = "2.0.0",
version = "2.0.1-develop",
)
bazel_dep(name = "platforms", version = "0.0.9")