Skip to content

Commit

Permalink
Version 2.14.1 (#670)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

We're bumping Studio to 2.14.1 in line with the upcoming TypeDB release.

## What are the changes implemented in this PR?

Updated VERSION file, depended upon version of TypeDB.
  • Loading branch information
James Williams authored Nov 25, 2022
1 parent 02fc948 commit 041307b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0
2.14.1
2 changes: 1 addition & 1 deletion dependencies/vaticle/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def vaticle_typedb_artifact():
artifact_name = "typedb-server-{platform}-{version}.{ext}",
tag_source = deployment["artifact.release"],
commit_source = deployment["artifact.snapshot"],
tag = "2.14.0",
tag = "2.14.1",
)

0 comments on commit 041307b

Please sign in to comment.