Skip to content

Commit

Permalink
chore(version): bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khuei committed Jun 16, 2021
1 parent e119838 commit 1be0530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.POSIX:

VERSION = 0.4.0
VERSION = 0.5.0
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

Expand Down
2 changes: 1 addition & 1 deletion cbase16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ main(int argc, char *argv[]) -> int
}
list(opt_cache_dir, opt_show_template, opt_show_scheme, opt_raw);
} else if (std::strcmp(args[optind], "version") == 0) {
std::cout << "cbase16-0.4.0" << std::endl;
std::cout << "cbase16-0.5.0" << std::endl;
} else if (std::strcmp(args[optind], "help") == 0) {
std::cout << "usage: cbase16 [command] [options]\n\n"
"command:\n"
Expand Down

0 comments on commit 1be0530

Please sign in to comment.