From 8a08c158bc537b734a945b3ed84f756e9627d35b Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 17 Oct 2024 14:26:38 -0500 Subject: [PATCH] 0.18.2 --- colcon_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon_core/__init__.py b/colcon_core/__init__.py index 14955035..93b2f900 100644 --- a/colcon_core/__init__.py +++ b/colcon_core/__init__.py @@ -1,4 +1,4 @@ # Copyright 2016-2020 Dirk Thomas # Licensed under the Apache License, Version 2.0 -__version__ = '0.18.1' +__version__ = '0.18.2'