From f426998026eb7c6a4fd554b23371bb19c1210398 Mon Sep 17 00:00:00 2001 From: DustinGrau-PSC Date: Thu, 3 Dec 2020 19:46:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d7deb4..aaf7f13e 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ The **Progress Spark Toolkit** is a [CCS-compliant](https://github.com/progress/CCS) reference implementation from Progress meant to aid in creating an ABL application which provides RESTful API's for microservices. This repository primarily contains ABL artifacts and was built specifically for the **Progress Application Server for OpenEdge** to provide the back-end (server-side) support for exposing ABL logic via HTTP/HTTP. -**Latest Release:** v6.0.0 (October 2020) for OE 11.7.7+ and OE 12.2.2+ +**Latest Release:** v6.0.0 (December 2020) for OE 11.7.7+ and OE 12.2.3+ ## Requirements Due to the inclusion of the CCS libraries and new Business Logic features within the OpenEdge product, version **11.7.5** or **12.1** is required as a minimum, along with toolkit version **6.0.0** or later being highly recommended. Current builds of the PL files in the following distribution directories are compiled using the following OpenEdge versions for proper compatibility: * /dist/oe11 - 11.7.5+, 11.7.7+ preferred -* /dist/oe12 - 12.1+, 12.2.2+ preferred +* /dist/oe12 - 12.1+, 12.2.3+ preferred **Previous Release Requirements:**