Skip to content

Commit 6437f22

Browse files
author
loscaz
committed
modify version
1 parent cf0d1ec commit 6437f22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
English | [简体中文](./README_CN.md)
22

3-
<p align="right">Current version: <strong>v0.9.7</strong></p>
3+
<p align="right">Current version: <strong>v0.9.8</strong></p>
44
<p align="center"><img src="https://raw.githubusercontent.com/ArkNX/ARK/gh-pages/_images/ark_logo.svg?sanitize=true" alt="ark" width="300"/></p>
55
<center>ARK is a lightweight, agility, elastic, distributed plugin framework written by C++,make it easier and faster to create your own application service. Inspired by UnrealEngine and Ogre.
66

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
简体中文 | [English](./README.md)
22

3-
<p align="right">当前版本: <strong>v0.9.7</strong></p>
3+
<p align="right">当前版本: <strong>v0.9.8</strong></p>
44
<p align="center"><img src="https://raw.githubusercontent.com/ArkNX/ARK/gh-pages/_images/ark_logo.svg?sanitize=true" alt="ark" width="300"/></p>
55
<center>ARK 是一个使用C++开发的轻量级,敏捷型,弹性的,分布式的插件开发框架, 让你更快更简单的开发服务端应用. 部分思路来自UE4和Ogre.(当前主要用在游戏领域)
66

VERSION

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

2323
#define ARK_VER_MAJOR 0
2424
#define ARK_VER_MINOR 9
25-
#define ARK_VER_PATCH 7
25+
#define ARK_VER_PATCH 8
2626

2727
#define ARK_VERSION (ARK_VER_MAJOR * 10000 + ARK_VER_MINOR * 100 + ARK_VER_PATCH)

0 commit comments

Comments
 (0)