Skip to content

Commit b132f67

Browse files
committed
style: remove stale 'see issue #24' reference from the Docker bridge boot message
#24 is closed - referencing it in a live boot message no longer makes sense, was leftover from when the feature was still being built. 224 tests passing; version bumped to 0.1.18 for release.
1 parent 2f96925 commit b132f67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Confirmed NOT sufficient on its own under rootless Podman specifically
188188
Podman rather than a standard root-owned `dockerd` socket, this may
189189
need more digging into your specific setup.
190190

191-
Images are tagged by version (`:0.1.17`) and `:latest`, built and
191+
Images are tagged by version (`:0.1.18`) and `:latest`, built and
192192
published automatically on every release.
193193

194194
## Why not just fix ovos-cli-client / neon-cli-client?

ovos_tui_client/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def on_mount(self) -> None:
600600
# that the conversation pane actually exists to write to.
601601
self._write_status(
602602
f"Containers in use ({len(self._bridge_containers_detected)} found) - "
603-
f"bridging logs via `logs -f` - see issue #24"
603+
f"bridging logs via `logs -f`"
604604
)
605605
elif not self.log_sources:
606606
# Three-tier message, most precise first:

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 0
22
VERSION_MINOR = 1
3-
VERSION_BUILD = 17
3+
VERSION_BUILD = 18
44
VERSION_ALPHA = 0
55
# END_VERSION_BLOCK

0 commit comments

Comments
 (0)