Skip to content

Commit 5710ca4

Browse files
committed
updating to 3.0.8
1 parent af89794 commit 5710ca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased changes
3+
## 3.0.8
44
### Added
55
- it's now possible to compare Values using `operator<`
66
- `reverseList` (added to the FFI) by @rinz13r

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3030
# VERSION
3131
set(ARK_VERSION_MAJOR 3)
3232
set(ARK_VERSION_MINOR 0)
33-
set(ARK_VERSION_PATCH 7)
33+
set(ARK_VERSION_PATCH 8)
3434

3535
message(STATUS "ArkScript version ${ARK_VERSION_MAJOR}.${ARK_VERSION_MINOR}.${ARK_VERSION_PATCH}")
3636

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ArkScript
2-
### Current version: 3.0.7
2+
### Current version: 3.0.8
33

44
[![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)
55
[![Build Status](https://travis-ci.org/SuperFola/Ark.svg?branch=rework)](https://travis-ci.org/SuperFola/Ark)

0 commit comments

Comments
 (0)