Bump version to 4.1.0rc8

This commit is contained in:
Ivan Kravets
2019-11-06 01:01:07 +02:00
parent e0c174b9b6
commit c1f62f8ead
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (4, 1, "0rc7")
VERSION = (4, 1, "0rc8")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"