diff --git a/docs/projectconf.rst b/docs/projectconf.rst index d87fa377..66c8cd0c 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -432,11 +432,25 @@ See built-in examples of `PlatformIO build scripts # See LICENSE for details. -VERSION = (2, 2, "0.dev5") +VERSION = (2, 2, "0.dev6") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"