We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ce38c commit 94a2966Copy full SHA for 94a2966
src/core/types.h
@@ -29,7 +29,7 @@ eb_status_t eb_decompress_zstd(const void *source, size_t source_size, void **de
29
#define EB_VERSION_PATCH 0
30
31
// Full version as string
32
-#define EB_VERSION_STR "0.1.0"
+#define EB_VERSION_STR "0.1.0-alpha2"
33
// END OF SET THE VERSION HERE
34
35
0 commit comments