diff --git a/package.json b/package.json index dc10bfa..294e1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/agenticjobs", - "version": "0.10.1", + "version": "0.11.0", "description": "An agent-friendly job board you self-host. It posts its own jobs, never scrapes anyone else's, and answers on every surface: web, API, MCP, CLI, TUI, desktop and PWA. Instances find each other through an open directory.", "license": "MIT", "type": "module", diff --git a/src/config.ts b/src/config.ts index 0ebbac9..06f8889 100644 --- a/src/config.ts +++ b/src/config.ts @@ -121,7 +121,7 @@ export function loadConfig(env: NodeJS.ProcessEnv = process.env): Config { } /** Kept in step with package.json by the release script. */ -export const VERSION = '0.10.1'; +export const VERSION = '0.11.0'; export const SOFTWARE_NAME = 'agenticjobs'; /**