Skip to content

Commit d2e3c23

Browse files
committed
beta -> latest in the webapp
1 parent 87bf3cc commit d2e3c23

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
@@ -1100,7 +1100,7 @@ function ConnectedDevWarning() {
11001100
<Paragraph variant="small">
11011101
Runs usually start within 1 second in{" "}
11021102
<EnvironmentLabel environment={{ type: "DEVELOPMENT" }} />. Check you're running the
1103-
CLI: <InlineCode className="whitespace-nowrap">npx trigger.dev@beta dev</InlineCode>
1103+
CLI: <InlineCode className="whitespace-nowrap">npx trigger.dev@latest dev</InlineCode>
11041104
</Paragraph>
11051105
</div>
11061106
</Callout>

0 commit comments

Comments
 (0)