Browse Source

Updated version.h

Paul-Louis Ageneau 1 year ago
parent
commit
77c55d36e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/rtc/version.h

+ 2 - 2
include/rtc/version.h

@@ -3,7 +3,7 @@
 
 
 #define RTC_VERSION_MAJOR 0
 #define RTC_VERSION_MAJOR 0
 #define RTC_VERSION_MINOR 20
 #define RTC_VERSION_MINOR 20
-#define RTC_VERSION_PATCH 1
-#define RTC_VERSION "0.20.1"
+#define RTC_VERSION_PATCH 2
+#define RTC_VERSION "0.20.2"
 
 
 #endif
 #endif