Note version in which absolute path construction was added (#1361)

This commit is contained in:
Casey Rodarmor 2022-10-07 16:10:19 -07:00 committed by GitHub
parent cd09d1e6d4
commit 27e196c9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -925,7 +925,7 @@ $ just --evaluate bar
a//b a//b
``` ```
Absolute paths can also be constructed: Absolute paths can also be constructed<sup>1.5.0</sup>:
```make ```make
foo := / "b" foo := / "b"