Skip to content

Commit 074d1a1

Browse files
committed
feat: bump version 3.7.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent 68c96de commit 074d1a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/")
1010

1111
# The version number.
1212
set(ECO_VERSION_MAJOR 3)
13-
set(ECO_VERSION_MINOR 6)
14-
set(ECO_VERSION_PATCH 2)
13+
set(ECO_VERSION_MINOR 7)
14+
set(ECO_VERSION_PATCH 0)
1515

1616
find_package(Libev REQUIRED)
1717

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/lua-eco/pulls
77
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/lua-eco/issues/new
9-
[7]: https://img.shields.io/badge/release-3.6.2-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/release-3.7.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/lua-eco/releases
1111
[9]: https://github.com/zhaojh329/lua-eco/workflows/build/badge.svg
1212

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/lua-eco/pulls
77
[5]: https://img.shields.io/badge/提问-欢迎-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/lua-eco/issues/new
9-
[7]: https://img.shields.io/badge/发布版本-3.6.2-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/发布版本-3.7.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/lua-eco/releases
1111
[9]: https://github.com/zhaojh329/lua-eco/workflows/build/badge.svg
1212
[11]: https://img.shields.io/badge/技术交流群-点击加入:153530783-brightgreen.svg

0 commit comments

Comments
 (0)