summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cherryusb_config_template.h2
-rw-r--r--docs/source/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index 972ada04..7621cb53 100644
--- a/cherryusb_config_template.h
+++ b/cherryusb_config_template.h
@@ -6,7 +6,7 @@
#ifndef CHERRYUSB_CONFIG_H
#define CHERRYUSB_CONFIG_H
-#define CHERRYUSB_VERSION 0x000700
+#define CHERRYUSB_VERSION 0x000800
/* ================ USB common Configuration ================ */
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d7610ca2..7896d6e8 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -6,8 +6,8 @@ project = 'CherryUSB'
copyright = '2022, sakumisu'
author = 'sakumisu'
-release = '0.7'
-version = '0.7.0'
+release = '0.8'
+version = '0.8.0'
# -- General configuration