Skip to content

Commit

Permalink
[BUMP:cli:0.4.0-canary.4] [BUMP:vscode_ext:0.6.4] (#163)
Browse files Browse the repository at this point in the history
Automated flow to bump version [BUMP:cli:0.4.0-canary.4]
[BUMP:vscode_ext:0.6.4]
  • Loading branch information
hellovai authored Dec 10, 2023
1 parent 07cd3f6 commit 34e841a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion engine/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0-canary.3
current_version = 0.4.0-canary.4
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<pre>canary)\.(?P<prerelease>\d+))?$
Expand Down
18 changes: 9 additions & 9 deletions engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ indoc = "2.0.1"

#
[workspace.package]
version = "0.4.0-canary.3"
version = "0.4.0-canary.4"
authors = ["Boundary <[email protected]>"]

description = "BAML Toolchain"
Expand Down
2 changes: 1 addition & 1 deletion typescript/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.6.4
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)$
Expand Down
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "baml",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.6.3",
"version": "0.6.4",
"publisher": "Gloo",
"repository": "https://github.com/GlooHQ/baml",
"homepage": "https://trygloo.com",
Expand Down

0 comments on commit 34e841a

Please sign in to comment.