Skip to content

Commit

Permalink
Release 0.3.9 (#798)
Browse files Browse the repository at this point in the history
* Release 0.3.9

* fix
  • Loading branch information
poor-circle authored Oct 22, 2024
1 parent ba0a0d0 commit cc10dbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: llvm-cov
path: ${{ github.workspace }}/build/.coverage_llvm_cov
path: ${{github.workspace}}/build/.coverage_llvm_cov

- name: Create Code Coverage Report
working-directory: ${{github.workspace}}/build/output/tests
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
project(yaLanTingLibs
VERSION 0.3.8
VERSION 0.3.9
DESCRIPTION "yaLanTingLibs"
HOMEPAGE_URL "https://github.com/alibaba/yalantinglibs"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion include/ylt/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// YLT_VERSION % 100 is the sub-minor version
// YLT_VERSION / 100 % 1000 is the minor version
// YLT_VERSION / 100000 is the major version
#define YLT_VERSION 308 // 0.3.8
#define YLT_VERSION 309 // 0.3.9

0 comments on commit cc10dbb

Please sign in to comment.