diff --git a/asdf.asd b/asdf.asd
index 519c54d2dfffbcf1724a8b7be8c043c589c70459..8a762bf19593dc1ca4d826f2606303afecc84e8a 100644
--- a/asdf.asd
+++ b/asdf.asd
@@ -75,7 +75,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :long-description "ASDF builds Common Lisp software organized into defined systems."
-  :version "3.1.0.91" ;; to be automatically updated by make bump-version
+  :version "3.1.0.92" ;; to be automatically updated by make bump-version
   :depends-on ()
   #+asdf3 :encoding #+asdf3 :utf-8
   :class #.(if (find-class 'package-system nil) 'package-system 'system)
diff --git a/header.lisp b/header.lisp
index c68332348145cc61c8b24416c140db615d536801..cd9f4cc300960c3a27c52f0e9bf9c0079080f0c4 100644
--- a/header.lisp
+++ b/header.lisp
@@ -1,5 +1,5 @@
 ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*-
-;;; This is ASDF 3.1.0.91: Another System Definition Facility.
+;;; This is ASDF 3.1.0.92: Another System Definition Facility.
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome:
 ;;; please mail to <asdf-devel@common-lisp.net>.
diff --git a/upgrade.lisp b/upgrade.lisp
index 3a2d568ab6566e87c76361e3363a9dbb02823752..4cebffd10bd6efc5caeae059cf226cabbe0a6fad 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -68,7 +68,7 @@ previously-loaded version of ASDF."
          ;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5.
          ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5
          ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67
-         (asdf-version "3.1.0.91")
+         (asdf-version "3.1.0.92")
          (existing-version (asdf-version)))
     (setf *asdf-version* asdf-version)
     (when (and existing-version (not (equal asdf-version existing-version)))
diff --git a/version.lisp-expr b/version.lisp-expr
index 8b765ed1b08d7e77d5be2739d7f0b84a212b67d0..cd879c09b8b14089a742d9527081dc664399e90c 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1,2 +1,2 @@
-"3.1.0.91"
+"3.1.0.92"