From 7499c773f649b4fecfb1356a971ff297f4fa3358 Mon Sep 17 00:00:00 2001 From: Joshua B Date: Thu, 3 Feb 2022 09:21:37 -0700 Subject: [PATCH] set published to one that exists --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index a9a8a0cd9..46eb94e46 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ version=4.0.42 # publishedVersion is the last production version that was released, # should have a matching vX.Y.Z tag in github, used for changelog and diffs during release # set this to false if this is first relase or no previous tag -publishedVersion=4.0.41 +publishedVersion=4.0.40 # when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl # when false production publish to repoUrl and ...