Merge pull request #19 from Telecominfraproject/OLS-578-Tag-ols-ucentral-client-and-ols-ucentral-schema-4.0.0-pre-release

[OLS-578] Tag ols-ucentral-client and ols-ucentral-schema 4.0.0 pre-r…
This commit is contained in:
Mike Hansen
2025-02-07 08:06:04 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM debian:buster
LABEL Description="Ucentral client (Build) environment"
ARG HOME /root
ARG SCHEMA="3.2.7"
ARG SCHEMA="4.0.0-rc1"
ARG SCHEMA_VERSION="v${SCHEMA}"
ARG SCHEMA_ZIP_FILE="${SCHEMA_VERSION}.zip"
ARG SCHEMA_UNZIPPED="ols-ucentral-schema-${SCHEMA}"

View File

@@ -1,5 +1,5 @@
{
"major": 3,
"minor": 2,
"patch": 7
"major": 4,
"minor": 0,
"patch": 0
}