Skip to content

Commit

Permalink
Updated version number to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmitz2017 committed Jun 7, 2024
1 parent 92746c6 commit abedb15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=======
1.8.2 RELEASE (2024/06)
Improvements and enhancements
- Introduced separate mitigation statistics for matched vs. dropped packets/bytes (JUNOS-specific use of firewall MIB for mitigation statistics)

=======
1.8.1 RELEASE (2023/11)
Improvements and enhancements
Expand Down
3 changes: 2 additions & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#VERSION = '1.5'
#VERSION = '1.8.0'
VERSION = '1.8.1'
#VERSION = '1.8.1'
VERSION = '1.8.2'

if __name__ == "__main__":
print(VERSION)

0 comments on commit abedb15

Please sign in to comment.