Skip to content

Commit 43ff986

Browse files
chore: bump version to 0.2.5
1 parent 9b7be37 commit 43ff986

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
22

33
option(ANOLIS_PROVIDER_EZO_WARNINGS_AS_ERRORS "Treat first-party compiler warnings as errors" OFF)
44

5-
project(anolis_provider_ezo VERSION 0.2.4 LANGUAGES C CXX)
5+
project(anolis_provider_ezo VERSION 0.2.5 LANGUAGES C CXX)
66

77
set(CMAKE_CXX_STANDARD 17)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anolis-provider-ezo",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "EZO hardware provider for the Anolis runtime",
55
"dependencies": [
66
"gtest",

0 commit comments

Comments
 (0)