diff --git a/asdf.asd b/asdf.asd
index a83047c9a70ad5a924955b50292c21ca040f94a7..2f7ed4e4771b95cd126a8c749d888fc0c093e44b 100644
--- a/asdf.asd
+++ b/asdf.asd
@@ -74,7 +74,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :long-description "ASDF builds Common Lisp software organized into defined systems."
-  :version "3.0.2.17" ;; to be automatically updated by make bump-version
+  :version "3.0.2.18" ;; to be automatically updated by make bump-version
   :depends-on ()
   #+asdf3 :encoding #+asdf3 :utf-8
   ;; For most purposes, asdf itself specially counts as a builtin system.
diff --git a/header.lisp b/header.lisp
index aaafeb44c7eee8649e42fe89c8aaba4958e699c8..1b249c34e405dba6c21d295a784dfcbd18431e55 100644
--- a/header.lisp
+++ b/header.lisp
@@ -1,5 +1,5 @@
 ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
-;;; This is ASDF 3.0.2.17: Another System Definition Facility.
+;;; This is ASDF 3.0.2.18: 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 b81bea2e43b22de19121e177377426f97444165e..b333b5ac3adc0114443d87abe25cc3a6c077462f 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -52,7 +52,7 @@ You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSIO
          ;; "3.4.5.67" would be a development version in the official upstream 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.0.2.17")
+         (asdf-version "3.0.2.18")
          (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 417d3816fe05ee06176b1bc4b10a77df09c4d85e..0395729e255cf55223f60eda1415f8b773042549 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1,2 +1,2 @@
-"3.0.2.17"
+"3.0.2.18"