From 326688ebfbd8dcf60a68fa8df0c93a0d1bf20fda Mon Sep 17 00:00:00 2001 From: EdwinWiseOne Date: Mon, 8 Apr 2024 11:14:19 -0500 Subject: [PATCH] Fix react version number --- React/ci/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/ci/__main__.py b/React/ci/__main__.py index 7c156c1..d34e10b 100644 --- a/React/ci/__main__.py +++ b/React/ci/__main__.py @@ -21,7 +21,7 @@ # Docker image will be tagged "IMAGE:VERSION" IMAGE = "quay.io/enthought/edge-native-app-flask-demo" -VERSION = "1.1.0" +VERSION = "1.2.0" # These will go into the built Docker image. You may wish to modify this # minimal example to pin the dependencies, or use a bundle file to define them.