Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivanadiumPentaoxide committed Nov 15, 2024
1 parent 10da7ee commit 9011348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define KOBE_VERSION_MAJOR 0
#define KOBE_VERSION_MINOR 7
#define KOBE_VERSION_PATCH 1
#define KOBE_VERSION_PATCH 2

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

0 comments on commit 9011348

Please sign in to comment.