forked from douban/libmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb78109
commit f486bb0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|