From 3a9d2506ca81a20449dc8d6688f54b72e918d7c4 Mon Sep 17 00:00:00 2001 From: Steven Neiland Date: Sun, 13 Jun 2021 12:41:17 -0400 Subject: [PATCH] Mark 4.3.0 as final --- box.json | 2 +- framework/Application.cfc | 2 +- framework/WireBoxAdapter.cfc | 2 +- framework/aop.cfc | 2 +- framework/beanProxy.cfc | 2 +- framework/facade.cfc | 2 +- framework/ioc.cfc | 2 +- framework/methodProxy.cfc | 2 +- framework/one.cfc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/box.json b/box.json index f568e09f..6bcf7115 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"Framework One", "slug":"fw1", - "version":"4.3.0-Beta2", + "version":"4.3.0", "author":"Sean Corfield, Marcin Szczepanski, Ryan Cogswell", "location":"framework-one/fw1#develop", "createPackageDirectory":true, diff --git a/framework/Application.cfc b/framework/Application.cfc index f5727b2e..4a88ffdb 100644 --- a/framework/Application.cfc +++ b/framework/Application.cfc @@ -1,5 +1,5 @@ component { - // Version: FW/1 4.3.0-Beta2 + // Version: FW/1 4.3.0 // copy this to your application root to use as your Application.cfc // or incorporate the logic below into your existing Application.cfc diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index 108987a7..10ba0ab7 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; /* Copyright (c) 2010-2018, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index 53056d2d..33e75afd 100644 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,5 +1,5 @@ component extends="framework.ioc" { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; variables._aop1_version = variables._fw1_version; /* Copyright (c) 2013-2018, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index 292d6fbe..dce63b25 100644 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; variables._aop1_version = variables._fw1_version; /* Copyright (c) 2013-2018, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/facade.cfc b/framework/facade.cfc index d6e0d04c..795c2d43 100644 --- a/framework/facade.cfc +++ b/framework/facade.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; /* Copyright (c) 2016-2018, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index b823ed77..989460e1 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; variables._di1_version = variables._fw1_version; /* Copyright (c) 2010-2018, Sean Corfield diff --git a/framework/methodProxy.cfc b/framework/methodProxy.cfc index 3bd7f7a9..4a84abb6 100644 --- a/framework/methodProxy.cfc +++ b/framework/methodProxy.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; /* Copyright (c) 2018, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 02e62c4f..04c51f07 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.3.0-Beta2"; + variables._fw1_version = "4.3.0"; /* Copyright (c) 2009-2018, Sean Corfield, Marcin Szczepanski, Ryan Cogswell