Skip to content

Commit

Permalink
chore: bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulTheActivePiecer committed Dec 24, 2024
1 parent c66088f commit d62da91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.38.2
image: ghcr.io/activepieces/activepieces:0.38.3
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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "activepieces",
"version": "0.38.2",
"rcVersion": "0.38.0-rc.0",
"version": "0.38.3",
"rcVersion": "0.39.0-rc.0",
"scripts": {
"prepare": "husky install",
"serve:frontend": "nx serve react-ui",
Expand Down

0 comments on commit d62da91

Please sign in to comment.