Skip to content

Commit fa326b8

Browse files
committed
ci: bump patch version to 3.8.7
1 parent 646f5b0 commit fa326b8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phoenix",
3-
"version": "3.8.6-0",
4-
"apiVersion": "3.8.6",
3+
"version": "3.8.7-0",
4+
"apiVersion": "3.8.7",
55
"homepage": "https://core.ai",
66
"issues": {
77
"url": "https://github.com/phcode-dev/phoenix/issues"

src-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@phcode/node-core",
33
"description": "Phoenix Node Core",
4-
"version": "3.8.6-0",
5-
"apiVersion": "3.8.6",
4+
"version": "3.8.7-0",
5+
"apiVersion": "3.8.7",
66
"keywords": [],
77
"author": "arun@core.ai",
88
"homepage": "https://github.com/phcode-dev/phoenix",

src/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"bugsnagEnv": "development"
3838
},
3939
"name": "Phoenix Code",
40-
"version": "3.8.6-0",
41-
"apiVersion": "3.8.6",
40+
"version": "3.8.7-0",
41+
"apiVersion": "3.8.7",
4242
"homepage": "https://core.ai",
4343
"issues": {
4444
"url": "https://github.com/phcode-dev/phoenix/issues"

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- start inline javascript and non module bootstrap scripts. you must add module scripts to the
6969
javascript module section only!!-->
7070
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
71-
<script>window.PHOENIX_APP_CACHE_VERSION="3.8.6";</script>
71+
<script>window.PHOENIX_APP_CACHE_VERSION="3.8.7";</script>
7272
<!-- The app cache version is set by the pipeline version update script. Do not update manually.-->
7373
<script>
7474
if(["dev.phcode.dev", "staging.phcode.dev"].includes(location.hostname)

0 commit comments

Comments
 (0)