We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2bb26 commit 8bcc96aCopy full SHA for 8bcc96a
inst/include/ensmallen_bits/ens_version.hpp
@@ -16,7 +16,7 @@
16
// The minor version is two digits so regular numerical comparisons of versions
17
// work right. The first minor version of a release is always 10.
18
#define ENS_VERSION_MINOR 19
19
-#define ENS_VERSION_PATCH 0
+#define ENS_VERSION_PATCH 1
20
// If this is a release candidate, it will be reflected in the version name
21
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
22
// name will typically be a seemingly arbitrary set of words that does not
0 commit comments