Skip to content

Commit 44f8dcb

Browse files
committed
Fixed typo an changed version to 2.6.0.6
1 parent 9712109 commit 44f8dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(AGENT_VERSION_MAJOR 2)
33
set(AGENT_VERSION_MINOR 6)
44
set(AGENT_VERSION_PATCH 0)
5-
set(AGENT_VERSION_BUILD 5)
5+
set(AGENT_VERSION_BUILD 6)
66
set(AGENT_VERSION_RC "")
77

88
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent

test_package/observation_validation_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ TEST_F(ObservationValidationTest, should_validate_json_data_item_types)
423423
}
424424
}
425425

426-
/// @test Validate a a sample
426+
/// @test Validate a sample
427427
TEST_F(ObservationValidationTest, should_validate_sample_double_value)
428428
{
429429
ErrorList errors;

0 commit comments

Comments
 (0)