Skip to content

Commit e8df469

Browse files
v3.4.1
Cause I mistakenly pushed a tag v3.4 pointing to the previous commit for v3.3.1, so now that stays in the history forever
1 parent 20fcc94 commit e8df469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (command-not-found)
33

44
set(CMAKE_CXX_STANDARD 20)
55

6-
set(COMMAND_NOT_FOUND_VERSION "3.3.1")
6+
set(COMMAND_NOT_FOUND_VERSION "3.4.1")
77

88
add_custom_target(generate-db COMMAND ./generate-db.js WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
99
add_executable(command-not-found command-not-found.cpp)

0 commit comments

Comments
 (0)