Skip to content

Commit 6d904a1

Browse files
authored
bump version 1.4.7 (#131)
1 parent 74a68b9 commit 6d904a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libmc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
__file__ as _libmc_so_file
3434
)
3535

36-
__VERSION__ = "1.4.6"
37-
__version__ = "1.4.6"
36+
__VERSION__ = "1.4.7"
37+
__version__ = "1.4.7"
3838
__author__ = "mckelvin"
3939
__email__ = "mckelvin@users.noreply.github.com"
4040
__date__ = "Fri Jun 7 06:16:00 2024 +0800"

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package golibmc
22

3-
const _Version = "1.4.6"
3+
const _Version = "1.4.7"
44
const _Author = "mckelvin"
55
const _Email = "mckelvin@users.noreply.github.com"
66
const _Date = "Fri Jun 7 06:16:00 2024 +0800"

0 commit comments

Comments
 (0)