Skip to content

Commit

Permalink
Merge pull request #62 from marcransome/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
marcransome authored Sep 11, 2022
2 parents 02ed5a4 + b6c37f7 commit 28cdbd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Override the default log level using the `-l, --level` option and one of the val
flog -l fault -s uk.co.fidgetbox -c general 'unrecoverable failure'
```

`flog` can also accept the output of another command as the log message using a pipe:
`flog` can also read the log message from the standard input stream, using a pipe:

```bash
./some-script | flog
Expand Down
2 changes: 1 addition & 1 deletion man/flog.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "flog" "1" "" "Version 1.1.1" "Flog User\[cq]s Guide"
.TH "flog" "1" "" "Version 1.2.0" "Flog User\[cq]s Guide"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion man/flog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% flog(1) Version 1.1.1 | Flog User's Guide
% flog(1) Version 1.2.0 | Flog User's Guide

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
#define FLOG_DEFS_H

#define PROGRAM_NAME "flog"
#define PROGRAM_VERSION "1.1.1"
#define PROGRAM_VERSION "1.2.0"

#endif //FLOG_DEFS_H

0 comments on commit 28cdbd6

Please sign in to comment.