diff --git a/library.json b/library.json
index 785b5fb8..9aa74f5a 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
 {
     "name": "RadioLib",
-    "version": "5.6.0",
+    "version": "5.7.0",
     "description": "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).",
     "keywords": "radio, sx1262",
     "homepage": "https://github.com/jgromes/RadioLib",
diff --git a/library.properties b/library.properties
index d6a1baae..ea92ef77 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
 name=RadioLib
-version=5.6.0
+version=5.7.0
 author=Jan Gromes <gromes.jan@gmail.com>
 maintainer=Jan Gromes <gromes.jan@gmail.com>
 sentence=Universal wireless communication library
diff --git a/src/BuildOpt.h b/src/BuildOpt.h
index 208add96..b868b99e 100644
--- a/src/BuildOpt.h
+++ b/src/BuildOpt.h
@@ -1083,7 +1083,7 @@
 
 // version definitions
 #define RADIOLIB_VERSION_MAJOR  (0x05)
-#define RADIOLIB_VERSION_MINOR  (0x06)
+#define RADIOLIB_VERSION_MINOR  (0x07)
 #define RADIOLIB_VERSION_PATCH  (0x00)
 #define RADIOLIB_VERSION_EXTRA  (0x00)