Skip to content

Commit

Permalink
Merge pull request #4394 from activepieces/feat/rc23
Browse files Browse the repository at this point in the history
feat: release 0.23.0
  • Loading branch information
abuaboud committed Apr 9, 2024
2 parents f81afc2 + 8d84cf6 commit 254eb2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.22.0
image: ghcr.io/activepieces/activepieces:0.23.0
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "activepieces",
"version": "0.22.0",
"rcVersion": "0.23.0-rc.2",
"version": "0.23.0",
"rcVersion": "0.24.0-rc.0",
"scripts": {
"prepare": "husky install",
"serve:frontend": "nx serve ui-core",
Expand Down

0 comments on commit 254eb2e

Please sign in to comment.