Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ucsmsdk/ucsmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def version():
return '6.0(1c)'
return '6.0(1d)'

class VersionMeta:
""" This class contains all the UcsVersion supported by this package."""
Expand Down Expand Up @@ -126,6 +126,7 @@ class VersionMeta:
Version436a = UcsVersion("4.3(6a)")
Version601a = UcsVersion("6.0(1a)")
Version601c = UcsVersion("6.0(1c)")
Version601d = UcsVersion("6.0(1d)")

MO_CLASS_ID = frozenset([
"AaaAuthRealm",
Expand Down