Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivanadiumPentaoxide committed Nov 29, 2024
1 parent ec0c70f commit 2be7d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "fmt/format.h"

#define KOBE_VERSION_MAJOR 0
#define KOBE_VERSION_MINOR 7
#define KOBE_VERSION_PATCH 3
#define KOBE_VERSION_MINOR 8
#define KOBE_VERSION_PATCH 0

#define KOBE_VERSION_STRING \
fmt::format("{}-{}.{}.{}", BOT_NAME, KOBE_VERSION_MAJOR, KOBE_VERSION_MINOR, KOBE_VERSION_PATCH)
Expand Down

0 comments on commit 2be7d9b

Please sign in to comment.