Skip to content

Commit

Permalink
Upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Feb 6, 2019
1 parent 24b6b95 commit 595005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void bake_usage(void)

void bake_version(void)
{
printf("bake version 2.2.0 (%s %s %s)\n",
printf("bake version 2.2.1 (%s %s %s)\n",
UT_PLATFORM_STRING,
__DATE__,
__TIME__);
Expand Down

0 comments on commit 595005b

Please sign in to comment.