Skip to content

Commit

Permalink
Bumped version to 1.0.2.post25
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Aug 17 10:09:24 UTC 2024. The following files
have been changed: pcapkit/const/ipx/socket.py
  • Loading branch information
github-actions[bot] committed Aug 17, 2024
1 parent afb7747 commit 0ce915e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
]

#: version number
__version__ = '1.0.2.post24'
__version__ = '1.0.2.post25'
2 changes: 1 addition & 1 deletion pcapkit/const/ipx/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Socket(IntEnum):
#: Used by Novell NetWare Client
Used_by_Novell_NetWare_Client = 0x4003

#: LLC [4]
#: LLC [ 4 ]
LLC_4 = 0x8060

#: TCP over IPXF
Expand Down

0 comments on commit 0ce915e

Please sign in to comment.