Skip to content

Commit 076f351

Browse files
committed
Bump up the version to v0.3.3
Signed-off-by: Tao He <[email protected]>
1 parent 9aa2a8f commit 076f351

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Doc
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
submodules: true
1515
- name: Install Dependencies

.github/workflows/c-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
submodules: true
1515
- name: Cache maven packages

.github/workflows/cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [self-hosted]
1111
if: ${{ false }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
submodules: true
1616
- name: Build

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(libgrape-lite C CXX)
44

55
set(LIBGRAPELITE_MAJOR_VERSION 0)
66
set(LIBGRAPELITE_MINOR_VERSION 3)
7-
set(LIBGRAPELITE_PATCH_VERSION 1)
7+
set(LIBGRAPELITE_PATCH_VERSION 3)
88
set(LIBGRAPELITE_VERSION ${LIBGRAPELITE_MAJOR_VERSION}.${LIBGRAPELITE_MINOR_VERSION}.${LIBGRAPELITE_PATCH_VERSION})
99

1010
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)