Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoilboy committed Jun 11, 2020
1 parent 9a1a6f0 commit 4823072
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)

project (sonne LANGUAGES CXX VERSION 2.0.0)
project (sonne LANGUAGES CXX VERSION 2.2.0)

set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ int main(int argc, char** argv)

size_t columns = config->GetColumns();

fmt::print("{: ^{}}\n", "Sonne 2.1.1", columns);
fmt::print("{: ^{}}\n", "Sonne 2.2.0", columns);
fmt::print("{: ^{}}\n\n", "Simple extensible LOC counter.", columns);

// set in the configuration whether to ignore hidden files

0 comments on commit 4823072

Please sign in to comment.