Skip to content

Commit

Permalink
rc test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 2, 2022
1 parent a4879d8 commit adb27cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { scheduler } from './scheduler';
import { supportedServiceTypesAndVersions } from './services/supportedVersions';
import { includeServices } from './services/common';

export const version = '3.9.0';
export const version = '3.9.0-rc.1';
export const isDev = process.env.NODE_ENV === 'development';

const algorithm = 'aes-256-ctr';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "3.9.0",
"version": "3.9.0-rc.1",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {
Expand Down

0 comments on commit adb27cf

Please sign in to comment.