From bc2992ef681395c62d87a41fd27a3b7fc17ea36d Mon Sep 17 00:00:00 2001
From: Werner Dietl
Date: Fri, 1 Mar 2024 15:09:11 -0500
Subject: [PATCH] Prep for release
---
annotation-file-utilities/build.gradle | 2 +-
annotation-file-utilities/changelog.html | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/annotation-file-utilities/build.gradle b/annotation-file-utilities/build.gradle
index 6d549886..a1df9658 100644
--- a/annotation-file-utilities/build.gradle
+++ b/annotation-file-utilities/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
group 'io.github.eisop'
-version '3.42.0-eisop2'
+version '3.42.0-eisop3'
java {
// This test is for whether the Checker Framework supports (runs under) Java 8.
diff --git a/annotation-file-utilities/changelog.html b/annotation-file-utilities/changelog.html
index dcc56c42..8a3e3240 100644
--- a/annotation-file-utilities/changelog.html
+++ b/annotation-file-utilities/changelog.html
@@ -12,6 +12,12 @@ Annotation File Utilities Changelog
+ -
+ Version 3.42.0-eisop3 (released March 1, 2024):
+
+ - No user-visible changes.
+
+
-
Version 3.42.0-eisop2 (released January 9, 2024):