Skip to content

Commit

Permalink
Tag 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamritter committed Dec 5, 2023
1 parent 403d256 commit 25ba14c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.14)

project(fastgron VERSION 0.7.4 LANGUAGES CXX)
project(fastgron VERSION 0.7.5 LANGUAGES CXX)

set(FASTGRON_VERSION "${fastgron_VERSION}")

Expand Down
5 changes: 5 additions & 0 deletions src/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"asdf": 3,
"sdfsdf": 4

}
4 changes: 4 additions & 0 deletions test2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"a": 2,
"b": 3
}

0 comments on commit 25ba14c

Please sign in to comment.