Skip to content

Commit 00df6ba

Browse files
committed
feat: Bump version to 0.3.0 for release
1 parent da2e103 commit 00df6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

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

33
# Keep this on one line for release checking
4-
project(dbc VERSION 0.2.0 DESCRIPTION "C++ DBC Parser")
4+
project(dbc VERSION 0.3.0 DESCRIPTION "C++ DBC Parser")
55

66
# -- PROJECT OPTIONS -- #
77
option(DBC_ENABLE_TESTS "Enable Unittests" ON)

0 commit comments

Comments
 (0)