Skip to content

Commit 815abb8

Browse files
committed
version++
1 parent 0b42115 commit 815abb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'coolify' => [
5-
'version' => '4.0.0-beta.382',
5+
'version' => '4.0.0-beta.383',
66
'self_hosted' => env('SELF_HOSTED', true),
77
'autoupdate' => env('AUTOUPDATE'),
88
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.382"
4+
"version": "4.0.0-beta.383"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.383"
7+
"version": "4.0.0-beta.384"
88
},
99
"helper": {
1010
"version": "1.0.4"

0 commit comments

Comments
 (0)