From b0e0a99436de76bf20cb9a19810547b2f5647e38 Mon Sep 17 00:00:00 2001 From: aaronvg Date: Wed, 22 Nov 2023 13:41:49 -0800 Subject: [PATCH] [BUMP:vscode_ext:0.2.14] (#131) Automated flow to bump version [BUMP:vscode_ext:0.2.14] --- typescript/.bumpversion.cfg | 2 +- typescript/vscode-ext/packages/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/.bumpversion.cfg b/typescript/.bumpversion.cfg index 5883d6ddf..5aefb87a5 100644 --- a/typescript/.bumpversion.cfg +++ b/typescript/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.13 +current_version = 0.2.14 commit = False tag = False parse = ^(?P\d+)\.(?P\d+)\.(?P\d+)$ diff --git a/typescript/vscode-ext/packages/package.json b/typescript/vscode-ext/packages/package.json index 81f01a668..cd9328a7c 100644 --- a/typescript/vscode-ext/packages/package.json +++ b/typescript/vscode-ext/packages/package.json @@ -2,7 +2,7 @@ "name": "baml", "displayName": "Baml", "description": "BAML is a DSL for AI applications.", - "version": "0.2.13", + "version": "0.2.14", "publisher": "Gloo", "repository": "https://github.com/GlooHQ/gloo-lang", "homepage": "https://trygloo.com",