From 2cfb31710ab11d2cffb200098d8430410d4913ab Mon Sep 17 00:00:00 2001 From: Will Xu <54247087+WillXuCodes@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:35:11 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96Release=203.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/api.h | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/api.h b/include/api.h index 290cab565..5292beb6e 100644 --- a/include/api.h +++ b/include/api.h @@ -41,8 +41,8 @@ #define PROS_VERSION_MAJOR 3 #define PROS_VERSION_MINOR 7 -#define PROS_VERSION_PATCH 1 -#define PROS_VERSION_STRING "3.7.1" +#define PROS_VERSION_PATCH 2 +#define PROS_VERSION_STRING "3.7.2" #include "pros/adi.h" #include "pros/colors.h" diff --git a/version b/version index 5cdb444f3..0b2eb36f5 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.7.1 \ No newline at end of file +3.7.2