martinzink commented on code in PR #2164:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2164#discussion_r3155745449
##########
minifi-api/include/minifi-c/minifi-c.h:
##########
@@ -42,7 +42,7 @@ extern "C" {
#endif
enum : uint32_t {
- MINIFI_API_VERSION = 2
+ MINIFI_API_VERSION = 3
Review Comment:
yeah we can certainly do that, I started to increment it to avoid
loading(and thus crashing) old artifacts on my machine, but we can solidify the
version before the release (hopefully we wont touch that this frequently after
that anyways)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]