Skip to content

Commit 2fe62a3

Browse files
Update console.c
1 parent 4d98f95 commit 2fe62a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/source/unittest/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Organization: Fossil Logic
1717

1818
static const char* FOSSIL_TEST_NAME = "Fossil Test";
1919
static const char* FOSSIL_TEST_AUTH = "Michael Gene Brockus (Dreamer)";
20-
static const char* FOSSIL_TEST_VERSION = "1.0.0";
20+
static const char* FOSSIL_TEST_VERSION = "1.0.1";
2121
static const char* FOSSIL_TEST_INFO = "Fossil Test is a next-generation unit testing/mockup framework for C/C++.";
2222

2323
// ==============================================================================

0 commit comments

Comments
 (0)