[Bazel] Update version string to 2.0.1-develop (#1885)

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( module(
name = "pico-sdk", name = "pico-sdk",
version = "2.0.0", version = "2.0.1-develop",
) )
bazel_dep(name = "platforms", version = "0.0.9") bazel_dep(name = "platforms", version = "0.0.9")