diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbaa8e4..e94326a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.0.19-develop.6](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.5...v3.0.19-develop.6) (2023-05-25)
+
+
+### Bug Fixes
+
+* 🐛 pass version from prepare to build job ([bbbb1dc](https://github.com/garrylachman/ElectroCRUD/commit/bbbb1dcd945775d5541e559e9c8bfa8134768d71))
+
 ## [3.0.19-develop.5](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.4...v3.0.19-develop.5) (2023-05-25)
 
 
diff --git a/package.json b/package.json
index 95e2ea7..49f7fbe 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "productName": "ElectroCRUD",
   "name": "electrocrud",
   "displayName": "ElectroCRUD",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "Free CRUD app with source code available for modification and distribution",
   "keywords": [
     "electron",
diff --git a/packages/buttons/package.json b/packages/buttons/package.json
index 3f83e8f..73ebdf8 100644
--- a/packages/buttons/package.json
+++ b/packages/buttons/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/buttons",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/buttons#readme",
diff --git a/packages/feedback/package.json b/packages/feedback/package.json
index 7299eeb..6140ca8 100644
--- a/packages/feedback/package.json
+++ b/packages/feedback/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/feedback",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/feedback#readme",
diff --git a/packages/layouts/package.json b/packages/layouts/package.json
index 82bde1d..0919ce3 100644
--- a/packages/layouts/package.json
+++ b/packages/layouts/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/layouts",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/layouts#readme",
diff --git a/packages/pane/package.json b/packages/pane/package.json
index 809ba8b..117cc7e 100644
--- a/packages/pane/package.json
+++ b/packages/pane/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/pane",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/pane#readme",
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 09ff503..9d055b4 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/shared",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "Shared code beteen main & renderer",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/shared#readme",
diff --git a/packages/tables/package.json b/packages/tables/package.json
index ad09053..202519a 100644
--- a/packages/tables/package.json
+++ b/packages/tables/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/tables",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tables#readme",
diff --git a/packages/tabs/package.json b/packages/tabs/package.json
index a501a72..d6707d5 100644
--- a/packages/tabs/package.json
+++ b/packages/tabs/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/tabs",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tabs#readme",
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 746adf7..a2884b3 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@electrocrud/utils",
-  "version": "3.0.19-develop.5",
+  "version": "3.0.19-develop.6",
   "description": "> TODO: description",
   "author": "Garry Lachman <garry@lachman.co>",
   "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/utils#readme",