From 2a16520ca607bdb0d8022f1ed68cfaec0bc754f4 Mon Sep 17 00:00:00 2001 From: laurenwalker Date: Wed, 23 Mar 2022 09:34:45 -0400 Subject: [PATCH] Change version to 2.20.0 --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index bc374f84e..df58eb6bb 100644 --- a/src/index.html +++ b/src/index.html @@ -44,7 +44,7 @@ //Create the MetacatUI object var MetacatUI = {}; - MetacatUI.metacatUIVersion = "2.19.0"; + MetacatUI.metacatUIVersion = "2.20.0"; //Catch errors when the config or loader file fails to load. // These are mainly helpful for developers/operators installing MetacatUI