We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a0013 commit a23a89dCopy full SHA for a23a89d
src/version.h
@@ -1,6 +1,6 @@
1
#define BAM_VERSION_MAJOR "0"
2
#define BAM_VERSION_MINOR "5"
3
-#define BAM_VERSION_PATCH "0"
+#define BAM_VERSION_PATCH "1"
4
#define BAM_VERSION_STRING BAM_VERSION_MAJOR "." BAM_VERSION_MINOR
5
#define BAM_VERSION_STRING_COMPLETE BAM_VERSION_MAJOR "." BAM_VERSION_MINOR "." BAM_VERSION_PATCH
6
0 commit comments