Skip to content

Commit d7a8e2e

Browse files
committed
chore: bump version to 0.5.0 for session-continuation release
1 parent 1aa5e2b commit d7a8e2e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-gitagent/opengap",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "OpenGAP — the Git Agent Protocol: a framework-agnostic, git-native standard for defining AI agents",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const program = new Command();
1818
program
1919
.name('opengap')
2020
.description('OpenGAP — the Git Agent Protocol: a framework-agnostic, git-native standard for defining AI agents')
21-
.version('0.4.0');
21+
.version('0.5.0');
2222

2323
program.addCommand(initCommand);
2424
program.addCommand(validateCommand);

0 commit comments

Comments
 (0)