From a3325a77d20c6df48d3d2d0473893f598bb4dbe0 Mon Sep 17 00:00:00 2001 From: Denard Springle Date: Mon, 27 May 2024 23:04:36 -0400 Subject: [PATCH] Update version Update the version for release of subsystem overrides --- framework/aop.cfc | 2 +- framework/ioc.cfc | 2 +- framework/one.cfc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/aop.cfc b/framework/aop.cfc index 33e75afd..76668e49 100644 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,5 +1,5 @@ component extends="framework.ioc" { - variables._fw1_version = "4.3.0"; + variables._fw1_version = "4.3.2"; variables._aop1_version = variables._fw1_version; /* Copyright (c) 2013-2018, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/ioc.cfc b/framework/ioc.cfc index 989460e1..d8314f8d 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0"; + variables._fw1_version = "4.3.2"; variables._di1_version = variables._fw1_version; /* Copyright (c) 2010-2018, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 0fb61607..6d210f7e 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.1"; + variables._fw1_version = "4.3.2"; /* Copyright (c) 2009-2018, Sean Corfield, Marcin Szczepanski, Ryan Cogswell