From f740e8bb75d7074b0b1b80bc3b93edc52ca2e7cd Mon Sep 17 00:00:00 2001 From: Marc Fraile Date: Tue, 7 Oct 2025 13:55:39 -0400 Subject: [PATCH] RELEASE docs: fix outdated reference to cloudgene/mapred/Main.java (currently, the hardcoded version lives in cloudgene/mapred/server/Application.java). --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 068fa0e8..4ec81472 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,7 +21,7 @@ Update version according Sematic Versioning: We track our current version in - `pom.xml` -- `src/main/java/cloudgene/mapred/Main.java` +- `src/main/java/cloudgene/mapred/server/Application.java` - `src/main/html/webapp/package.json`. Set the new version without the `v` prefix.