@@ -49,7 +49,7 @@ DevTrail uses **independent version tags** for each component:
4949| Component | Tag prefix | Example | What it includes |
5050| -----------| -----------| ---------| ------------------|
5151| Framework | ` fw- ` | ` fw-4.1.1 ` | Templates (12 types), governance docs, directives |
52- | CLI | ` cli- ` | ` cli-3.1.0 ` | The ` devtrail ` binary |
52+ | CLI | ` cli- ` | ` cli-3.1.1 ` | The ` devtrail ` binary |
5353
5454Framework and CLI are released independently. A framework update does not require a CLI update, and vice versa.
5555
@@ -110,7 +110,7 @@ $ devtrail update
110110Updating framework...
111111✔ Framework updated to fw-4.1.1
112112Updating CLI...
113- ✔ CLI updated to cli-3.1.0
113+ ✔ CLI updated to cli-3.1.1
114114```
115115
116116---
@@ -143,11 +143,11 @@ Use `--method` to override auto-detection: `--method=github` or `--method=cargo`
143143
144144``` bash
145145$ devtrail update-cli
146- ✔ CLI updated to cli-3.1.0
146+ ✔ CLI updated to cli-3.1.1
147147
148148$ devtrail update-cli --method=cargo
149149Compiling from source, this may take a few minutes...
150- ✔ CLI updated to cli-3.1.0
150+ ✔ CLI updated to cli-3.1.1
151151```
152152
153153---
@@ -210,7 +210,7 @@ $ devtrail status
210210 ┌───────────┬──────────────────────────┐
211211 │ Path │ /home/user/my-project │
212212 │ Framework │ fw-4.1.1 │
213- │ CLI │ cli-3.1.0 │
213+ │ CLI │ cli-3.1.1 │
214214 │ Language │ en │
215215 └───────────┴──────────────────────────┘
216216
@@ -634,7 +634,7 @@ Show version, authorship, and license information.
634634``` bash
635635$ devtrail about
636636DevTrail CLI
637- CLI version: cli-3.1.0
637+ CLI version: cli-3.1.1
638638 Framework version: fw-4.1.1
639639 Author: Strange Days Tech, S.A.S.
640640 License: MIT
0 commit comments