File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased changes
3
+ ## 3.0.8
4
4
### Added
5
5
- it's now possible to compare Values using ` operator< `
6
6
- ` reverseList ` (added to the FFI) by @rinz13r
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
30
30
# VERSION
31
31
set (ARK_VERSION_MAJOR 3)
32
32
set (ARK_VERSION_MINOR 0)
33
- set (ARK_VERSION_PATCH 7 )
33
+ set (ARK_VERSION_PATCH 8 )
34
34
35
35
message (STATUS "ArkScript version ${ARK_VERSION_MAJOR} .${ARK_VERSION_MINOR} .${ARK_VERSION_PATCH} " )
36
36
Original file line number Diff line number Diff line change 1
1
# ArkScript
2
- ### Current version: 3.0.7
2
+ ### Current version: 3.0.8
3
3
4
4
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/fd5900d08a97487486c43079c06e19ce )] ( https://app.codacy.com/app/folaefolc/Ark?utm_source=github.com&utm_medium=referral&utm_content=SuperFola/Ark&utm_campaign=Badge_Grade_Settings )
5
5
[ ![ Build Status] ( https://travis-ci.org/SuperFola/Ark.svg?branch=rework )] ( https://travis-ci.org/SuperFola/Ark )
You can’t perform that action at this time.
0 commit comments