diff --git a/README.md b/README.md index 35400de..5f864ad 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V | NetBox Version | Plugin Version | |----------------|----------------| | 3.2 | 1.0.1 | -| 3.3 | 1.1.0 | -| 3.4 | Coming Soon | +| 3.3 | 1.1.1 | +| 3.4 | 1.2.0(coming) | ## Installing diff --git a/netbox_acls/version.py b/netbox_acls/version.py index c68196d..a82b376 100644 --- a/netbox_acls/version.py +++ b/netbox_acls/version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.1.1"