Skip to content

Commit bbb0cba

Browse files
committed
require jj version 0.37
1 parent 4a468d0 commit bbb0cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343

4444
# make sure jj version is recent enough
4545
detected_version="$(jj --version | cut -c 6-7)"
46-
required_version="36"
46+
required_version="37"
4747
if [ "$detected_version" -lt "$required_version" ] ; then
4848
set +x
4949
printf "$error Your Jujutsu version (0.$detected_version) is too outdated.\n"

src/watch_releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ The following levels are planned for the future:
2121
| **5** | Productivity boosters, advanced workflows, lesser-known CLI functions and a little VCS theory. Completing this level means you have mastered Jujutsu. |
2222
| **6** | Additional topics that only come up in specific situations: tags, submodules, workspaces etc. Consider skimming the list of topics and come back once you have an actual need for it. |
2323

24-
I consider the tutorial up-to-date with Jujutsu **version 0.36**, which was released in **December 2025**.
24+
I consider the tutorial up-to-date with Jujutsu **version 0.37**, which was released in **January 2026**.
2525
If that's more than a couple months in the past, I probably stopped updating this tutorial.

0 commit comments

Comments
 (0)