We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9957e commit 17f8fe3Copy full SHA for 17f8fe3
Build/NuGet/.pack-version
@@ -1 +1 @@
1
-1.10.0
+1.10.1
lib/Common/ChakraCoreVersion.h
@@ -17,7 +17,7 @@
17
// ChakraCore version number definitions (used in ChakraCore binary metadata)
18
#define CHAKRA_CORE_MAJOR_VERSION 1
19
#define CHAKRA_CORE_MINOR_VERSION 10
20
-#define CHAKRA_CORE_PATCH_VERSION 0
+#define CHAKRA_CORE_PATCH_VERSION 1
21
#define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
22
23
// -------------
0 commit comments