diff --git a/include/api.h b/include/api.h index 5a59c688c..c4edb4568 100644 --- a/include/api.h +++ b/include/api.h @@ -41,8 +41,8 @@ #define PROS_VERSION_MAJOR 3 #define PROS_VERSION_MINOR 1 -#define PROS_VERSION_PATCH 3 -#define PROS_VERSION_STRING "3.1.3" +#define PROS_VERSION_PATCH 4 +#define PROS_VERSION_STRING "3.1.4" #define PROS_ERR (INT32_MAX) #define PROS_ERR_F (INFINITY) diff --git a/version b/version index ff365e06b..0aec50e6e 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.1.3 +3.1.4