set version to dev

This commit is contained in:
Will Tatam 2024-12-04 18:57:32 +00:00
parent 4902d7fb9e
commit e8d9891d13
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wled",
"version": "0.15.0-b7",
"version": "0.15.0-dev",
"description": "Tools for WLED project",
"main": "tools/cdata.js",
"directories": {

View File

@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.15.0-b7
@version 0.15.0-dev
@author Christian Schwinne
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2410270
#define VERSION 2412040
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG