Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calebj0seph committed Feb 22, 2016
1 parent e81a725 commit 41fbb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ struct Arguments parse_args(int argc, arg_char** argv) {
arg_s("output version information and exit")
);
} else if(display_version) {
arg_print(arg_s("Newline 0.1.1"));
arg_print(arg_s("Newline 0.1.2"));
arg_print(arg_s("Copyright (c) 2016 Caleb Joseph"));
arg_print(arg_s(""));
arg_print(arg_s("Licensed under the terms of the MIT license."));
Expand Down

0 comments on commit 41fbb20

Please sign in to comment.