Skip to content

Commit

Permalink
cmake: raise version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Nov 17, 2023
1 parent c514bf2 commit 4144b5f
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
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

include(CMakeDependentOption)

project(gatling VERSION 0.3.0)
project(gatling VERSION 0.4.0)

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit 4144b5f

Please sign in to comment.