Skip to content

Commit

Permalink
feat: Bump to version 0.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxDevon committed Mar 19, 2024
1 parent 58669c9 commit cc4e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

# Keep this on one line for release checking
project(dbc VERSION 0.3.0 DESCRIPTION "C++ DBC Parser")
project(dbc VERSION 0.4.0 DESCRIPTION "C++ DBC Parser")

# -- PROJECT OPTIONS -- #
option(DBC_ENABLE_TESTS "Enable Unittests" ON)
Expand Down

0 comments on commit cc4e80c

Please sign in to comment.