Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glikely committed Nov 13, 2021
1 parent 1e3236f commit 5fbadfc
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 @@ -8,7 +8,7 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
OUTPUT_STRIP_TRAILING_WHITESPACE)
else()
set(PLUGIN_VERSION "v0.10.2")
set(PLUGIN_VERSION "v0.10.3")
endif()
if (PLUGIN_VERSION MATCHES "^v([.0-9]*)")
set(PLUGIN_SIMPLE_VERSION "${CMAKE_MATCH_1}")
Expand Down

0 comments on commit 5fbadfc

Please sign in to comment.