Skip to content

Commit

Permalink
0.0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mu001999 committed Sep 20, 2020
1 parent 325e15b commit c90929a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog for Anole

## Unreleased
## 0.0.20 - 2020/09/20

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace anole
*/
struct Version
{
constexpr static auto literal = "HEAD 0.0.20 2020/09/11";
constexpr static auto literal = "0.0.20 2020/09/20";

constexpr static Size major = 0;
constexpr static Size minor = 0;
Expand Down

0 comments on commit c90929a

Please sign in to comment.