Skip to content

Commit 19bfa49

Browse files
committed
Merge branch '498-modify-request-level-handling-via-subsystem-configuration' of https://github.com/framework-one/fw1 into 498-modify-request-level-handling-via-subsystem-configuration
2 parents 3687995 + a3325a7 commit 19bfa49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framework/aop.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component extends="framework.ioc" {
2-
variables._fw1_version = "4.3.0";
2+
variables._fw1_version = "4.3.2";
33
variables._aop1_version = variables._fw1_version;
44
/*
55
Copyright (c) 2013-2018, Mark Drew, Sean Corfield, Daniel Budde

framework/ioc.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.3.0";
2+
variables._fw1_version = "4.3.2";
33
variables._di1_version = variables._fw1_version;
44
/*
55
Copyright (c) 2010-2018, Sean Corfield

framework/one.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._fw1_version = "4.3.1";
2+
variables._fw1_version = "4.3.2";
33
/*
44
Copyright (c) 2009-2018, Sean Corfield, Marcin Szczepanski, Ryan Cogswell
55

0 commit comments

Comments
 (0)