We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5915a2a commit f6dedf2Copy full SHA for f6dedf2
1 file changed
include/git2/version.h
@@ -7,10 +7,10 @@
7
#ifndef INCLUDE_git_version_h__
8
#define INCLUDE_git_version_h__
9
10
-#define LIBGIT2_VERSION "0.23.0"
+#define LIBGIT2_VERSION "0.23.1"
11
#define LIBGIT2_VER_MAJOR 0
12
#define LIBGIT2_VER_MINOR 23
13
-#define LIBGIT2_VER_REVISION 0
+#define LIBGIT2_VER_REVISION 1
14
#define LIBGIT2_VER_PATCH 0
15
16
#define LIBGIT2_SOVERSION 23
0 commit comments