From ccb205a71472f8334e1438f5630a715c892d405d Mon Sep 17 00:00:00 2001 From: Ben Rosenbach Date: Thu, 17 Nov 2022 10:58:18 -0500 Subject: [PATCH] Bump version number --- software/o_c_REV/OC_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/o_c_REV/OC_version.h b/software/o_c_REV/OC_version.h index 129c5591b..32c68c4e8 100644 --- a/software/o_c_REV/OC_version.h +++ b/software/o_c_REV/OC_version.h @@ -1,4 +1,4 @@ #ifndef OC_VERSION_H_ #define OC_VERSION_H_ -#define OC_VERSION "v1.3" +#define OC_VERSION "v1.3.1" #endif