Skip to content

Commit 8bcc96a

Browse files
authored
Update ens_version.hpp
1 parent 9a2bb26 commit 8bcc96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/ensmallen_bits/ens_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// The minor version is two digits so regular numerical comparisons of versions
1717
// work right. The first minor version of a release is always 10.
1818
#define ENS_VERSION_MINOR 19
19-
#define ENS_VERSION_PATCH 0
19+
#define ENS_VERSION_PATCH 1
2020
// If this is a release candidate, it will be reflected in the version name
2121
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
2222
// name will typically be a seemingly arbitrary set of words that does not

0 commit comments

Comments
 (0)