diff --git a/package.json b/package.json index 2d28e70..a31e7fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/agenticjobs", - "version": "0.7.0", + "version": "0.8.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 da84710..28d785b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -106,7 +106,7 @@ export function loadConfig(env: NodeJS.ProcessEnv = process.env): Config { } /** Kept in step with package.json by the release script. */ -export const VERSION = '0.7.0'; +export const VERSION = '0.8.0'; export const SOFTWARE_NAME = 'agenticjobs'; /**