Skip to content

Commit

Permalink
Merge pull request #43 from trapexit/version
Browse files Browse the repository at this point in the history
Bump version to 1.7.0
  • Loading branch information
trapexit authored May 22, 2024
2 parents a15765a + e7a2f20 commit 3818415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/subcmd_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

#include "fmt.hpp"

#define MAJOR 1
#define MINOR 6
#define PATCH 1
#include "version.hpp"

namespace SubCmd
{
Expand Down
5 changes: 5 additions & 0 deletions src/version.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#pragma once

#define MAJOR 1
#define MINOR 7
#define PATCH 0

0 comments on commit 3818415

Please sign in to comment.