Skip to content

Commit 34b0ca6

Browse files
committed
beta -> latest in the webapp
1 parent c8bf128 commit 34b0ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/webapp/app/components/SetupCommands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export function TriggerDevStep({ extra }: { extra?: string }) {
132132
}
133133

134134
// Trigger.dev version 3 setup commands
135-
const v3PackageTag = "beta";
135+
const v3PackageTag = "latest";
136136

137137
function getApiUrlArg() {
138138
const appOrigin = useAppOrigin();

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ function ConnectedDevWarning() {
11471147
<Paragraph variant="small">
11481148
Runs usually start within 1 second in{" "}
11491149
<EnvironmentLabel environment={{ type: "DEVELOPMENT" }} />. Check you're running the
1150-
CLI: <InlineCode className="whitespace-nowrap">npx trigger.dev@beta dev</InlineCode>
1150+
CLI: <InlineCode className="whitespace-nowrap">npx trigger.dev@latest dev</InlineCode>
11511151
</Paragraph>
11521152
</div>
11531153
</Callout>

0 commit comments

Comments
 (0)