Skip to content

Commit

Permalink
Merge pull request #3796 from coollabsio/fix-server-selection
Browse files Browse the repository at this point in the history
fix: server selection view if 3 or more servers are defined
  • Loading branch information
andrasbacsai authored Oct 8, 2024
2 parents 40f2c7a + 742df4f commit 1c6d47f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.356',
'release' => '4.0.0-beta.357',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

Expand Down
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

return '4.0.0-beta.356';
return '4.0.0-beta.357';
2 changes: 1 addition & 1 deletion resources/views/livewire/project/new/select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ function searchResources() {
}
}
</script>
</div>
@endif
</div>
@if ($current_step === 'servers')
<h2>Select a server</h2>
<div class="pb-5"></div>
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.356"
"version": "4.0.0-beta.357"
},
"nightly": {
"version": "4.0.0-beta.357"
"version": "4.0.0-beta.358"
},
"helper": {
"version": "1.0.2"
Expand Down

0 comments on commit 1c6d47f

Please sign in to comment.