Skip to content

Commit

Permalink
Bump version to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Dec 17, 2023
1 parent 0650238 commit ee4e813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ namespace giada

/* -- version --------------------------------------------------------------- */
constexpr auto G_APP_NAME = "Giada";
constexpr auto G_VERSION_STR = "0.26.0";
constexpr auto G_VERSION_STR = "0.26.1";
constexpr int G_VERSION_MAJOR = 0;
constexpr int G_VERSION_MINOR = 26;
constexpr int G_VERSION_PATCH = 0;
constexpr int G_VERSION_PATCH = 1;

constexpr auto G_CONF_FILENAME = "giada.conf";

Expand Down

0 comments on commit ee4e813

Please sign in to comment.