Skip to content

Commit cf63fc9

Browse files
authored
chore: update version requirement hint in build settings (#2757)
1 parent d1c3bfb commit cf63fc9

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ function BuildSettingsForm({ buildSettings }: { buildSettings: BuildSettings })
12481248
/>
12491249
<Hint>
12501250
Native build server builds do not rely on external build providers and will become the
1251-
default in the future. Version 4.1.3 or newer is required.
1251+
default in the future. Version 4.2.0 or newer is required.
12521252
</Hint>
12531253
<FormError id={fields.useNativeBuildServer.errorId}>
12541254
{fields.useNativeBuildServer.error}

0 commit comments

Comments
 (0)