Skip to content

Commit

Permalink
Merge pull request #24 from trapexit/version-bump
Browse files Browse the repository at this point in the history
Bump version to 1.4.0
  • Loading branch information
trapexit authored Sep 14, 2023
2 parents 0584453 + 30a5073 commit 0f9ba87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/subcmd_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "fmt.hpp"

#define MAJOR 1
#define MINOR 3
#define MINOR 4
#define PATCH 0

namespace SubCmd
Expand All @@ -28,7 +28,8 @@ namespace SubCmd
version()
{
fmt::print("3it v{}.{}.{}\n\n"
"https://github.com/trapexit/3it\n\n"
"https://github.com/trapexit/3it\n"
"https://github.com/trapexit/support\n\n"
"ISC License (ISC)\n\n"
"Copyright 2023, Antonio SJ Musumeci <trapexit@spawn.link>\n\n"
"Permission to use, copy, modify, and/or distribute this software for\n"
Expand Down

0 comments on commit 0f9ba87

Please sign in to comment.