-
Notifications
You must be signed in to change notification settings - Fork 74
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
f8ecc8e
commit 51e627f
Showing
3 changed files
with
6 additions
and
6 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
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 |
---|---|---|
|
@@ -32,11 +32,11 @@ | |
__file__ as _libmc_so_file | ||
) | ||
|
||
__VERSION__ = "1.4.3" | ||
__version__ = "v1.4.3" | ||
__VERSION__ = "1.4.4" | ||
__version__ = "v1.4.4" | ||
__author__ = "mckelvin" | ||
__email__ = "[email protected]" | ||
__date__ = "Fri Dec 1 07:43:12 2023 +0800" | ||
__date__ = "Sat Jun 1 05:10:05 2024 +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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
package golibmc | ||
|
||
const _Version = "v1.4.3" | ||
const _Version = "v1.4.4" | ||
const _Author = "mckelvin" | ||
const _Email = "[email protected]" | ||
const _Date = "Fri Dec 1 07:43:12 2023 +0800" | ||
const _Date = "Sat Jun 1 05:10:05 2024 +0800" | ||
|
||
// Version of the package | ||
const Version = _Version | ||
|