diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 405b392..cad2a58 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.1.0 commit = True tag = True tag_name = llog-v{new_version} diff --git a/src/llog.h b/src/llog.h index bada5b8..2fcb80c 100644 --- a/src/llog.h +++ b/src/llog.h @@ -21,7 +21,7 @@ #ifndef LLOG_H #define LLOG_H -#define VERSION "v2.0.2" +#define VERSION "v2.1.0" #define PROGRAM_NAME "llog" #include #include