Skip to content

Commit

Permalink
Increment version to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
djw1149 committed Jul 9, 2021
1 parent 8522672 commit 49ea8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern const struct verb verbs[];
#endif

EXTERN const char id_swclient[] INIT("dnsdbq");
EXTERN const char id_version[] INIT("2.5.4");
EXTERN const char id_version[] INIT("2.5.5");
EXTERN const char *program_name INIT(NULL);
EXTERN const char path_sort[] INIT("/usr/bin/sort");
EXTERN const char json_header[] INIT("Accept: application/json");
Expand Down

0 comments on commit 49ea8c4

Please sign in to comment.