Skip to content

Commit

Permalink
Update ens_version.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 9, 2023
1 parent 9a2bb26 commit 8bcc96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/ensmallen_bits/ens_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// The minor version is two digits so regular numerical comparisons of versions
// work right. The first minor version of a release is always 10.
#define ENS_VERSION_MINOR 19
#define ENS_VERSION_PATCH 0
#define ENS_VERSION_PATCH 1
// If this is a release candidate, it will be reflected in the version name
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
// name will typically be a seemingly arbitrary set of words that does not
Expand Down

0 comments on commit 8bcc96a

Please sign in to comment.