Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brona committed Aug 3, 2024
1 parent 5ff4962 commit 097fa34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Goal of this utility is to provide compatible CLI with [iproute2](http://www.pol

## Changelog

**v1.5.1**
* Fixing #56

**v1.5.0**
* Added `-json` option (Issue #49)
* Added `bridge` command
Expand Down
2 changes: 1 addition & 1 deletion src/iproute2mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import types

# Version
VERSION = "1.5.0"
VERSION = "1.5.1"

# Utilities
SUDO = "/usr/bin/sudo"
Expand Down

0 comments on commit 097fa34

Please sign in to comment.