Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Jul 13, 2024
1 parent 99ab193 commit c13b363
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,9 +55,9 @@ namespace giada

/* -- version --------------------------------------------------------------- */
constexpr auto G_APP_NAME = "Giada";
constexpr auto G_VERSION_STR = "1.0.0";
constexpr auto G_VERSION_STR = "1.1.0";
constexpr int G_VERSION_MAJOR = 1;
constexpr int G_VERSION_MINOR = 0;
constexpr int G_VERSION_MINOR = 1;
constexpr int G_VERSION_PATCH = 0;

constexpr auto G_CONF_FILENAME = "giada.conf";
Expand Down

0 comments on commit c13b363

Please sign in to comment.