Skip to content

Commit

Permalink
padding type
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 1, 2023
1 parent bb78109 commit f486bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__version__ = "v1.4.3"
__author__ = "mckelvin"
__email__ = "[email protected]"
__date__ = "Fri Dec 01 07:43:12 2023 +0800"
__date__ = "Fri Dec 1 07:43:12 2023 +0800"


class Client(PyClient):
Expand Down
2 changes: 1 addition & 1 deletion src/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package golibmc
const _Version = "v1.4.3"
const _Author = "mckelvin"
const _Email = "[email protected]"
const _Date = "Fri Dec 01 07:43:12 2023 +0800"
const _Date = "Fri Dec 1 07:43:12 2023 +0800"

// Version of the package
const Version = _Version
Expand Down

0 comments on commit f486bb0

Please sign in to comment.