Skip to content

Commit 6817b57

Browse files
committed
fully update to 0.27.0
1 parent 45016da commit 6817b57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: baptiste0928/cargo-install@v3
2626
with:
2727
crate: jj-cli
28-
version: "=0.26.0"
28+
version: "=0.27.0"
2929
- name: Configure jj
3030
run: |
3131
jj config set --user user.name "Steve Klabnik"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jj"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
edition = "2021"
55
publish = false
66

tests/tests/cmd/version.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```
22
$ jj --version
3-
jj 0.26.0
3+
jj 0.27.0
44

55
```

0 commit comments

Comments
 (0)