From 6609d6888a1fa1b58d4a5a869f4b24e21fca25f6 Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Mon, 24 Jan 2022 10:10:55 -0500 Subject: [PATCH] Update version to v1.3.2-alpha.0. This is a post-1.3.1 placeholder from which we can branch if we need a 1.3.2 maintenance release before the next major version. In the mean time, any builds from master will be treated as newer than 1.3.1. --- oscar/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/VERSION b/oscar/VERSION index 183ebc11..f1e6a045 100644 --- a/oscar/VERSION +++ b/oscar/VERSION @@ -1,4 +1,4 @@ // Update the string below to set OSCAR's version and release status. // See https://semver.org/spec/v2.0.0.html for details on format. -#define VERSION "1.3.1" +#define VERSION "1.3.2-alpha.0"