Skip to content

Commit bb4e072

Browse files
committed
Bump api version
1 parent ddc5164 commit bb4e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/copilot/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { env } from '@/lib/core/config/env'
22

33
export const SIM_AGENT_API_URL_DEFAULT = 'https://copilot.sim.ai'
4-
export const SIM_AGENT_VERSION = '1.0.3'
4+
export const SIM_AGENT_VERSION = '3.0.0'
55

66
/** Resolved copilot backend URL — reads from env with fallback to default. */
77
const rawAgentUrl = env.SIM_AGENT_API_URL || SIM_AGENT_API_URL_DEFAULT

0 commit comments

Comments
 (0)