Skip to content

Commit f5e2661

Browse files
committed
fix: bump VERSION constant in gen-context.js to 1.5.0
1 parent 6289a48 commit f5e2661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gen-context.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,7 +2539,7 @@ __factories["./src/mcp/server"] = function(module, exports) {
25392539

25402540
const SERVER_INFO = {
25412541
name: 'sigmap',
2542-
version: '1.4.0',
2542+
version: '1.5.0',
25432543
description: 'SigMap MCP server — code signatures on demand',
25442544
};
25452545

@@ -3219,7 +3219,7 @@ const path = require('path');
32193219
const os = require('os');
32203220
const { execSync } = require('child_process');
32213221

3222-
const VERSION = '1.4.0';
3222+
const VERSION = '1.5.0';
32233223
const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
32243224

32253225
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)