From 40fcecd4cb10f7b02be17ce66820aef8671ffb4d Mon Sep 17 00:00:00 2001
From: Suzanne Millstein
Date: Thu, 2 Mar 2023 10:42:40 -0800
Subject: [PATCH] Prep for release.
---
annotation-file-utilities/build.gradle | 2 +-
annotation-file-utilities/changelog.html | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/annotation-file-utilities/build.gradle b/annotation-file-utilities/build.gradle
index 8a0d704a2..d0df316df 100644
--- a/annotation-file-utilities/build.gradle
+++ b/annotation-file-utilities/build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
group 'org.checkerframework'
-version '3.31.0'
+version '3.32.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8
diff --git a/annotation-file-utilities/changelog.html b/annotation-file-utilities/changelog.html
index 8c76fb1b8..41b511fb8 100644
--- a/annotation-file-utilities/changelog.html
+++ b/annotation-file-utilities/changelog.html
@@ -12,6 +12,11 @@ Annotation File Utilities Changelog
+ -
+ Version 3.32.0 (released March 2, 2023):
+
+ - No user-visible changes.
+
-
Version 3.31.0 (released February 17, 2023):