Skip to content

Commit

Permalink
Update the version mark in filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMiloRogers committed Sep 17, 2020
1 parent bde0a3c commit 018b7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgtk/cli/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run(input_file: KGTKFiles,
reader_options: KgtkReaderOptions = KgtkReaderOptions.from_dict(kwargs)
value_options: KgtkValueOptions = KgtkValueOptions.from_dict(kwargs)

UPDATE_VERSION: str = "2020-09-14T23:19:03.274647+00:00#81HciZ194Bi4+8IF2v0Kh2WP3CuyBaHwVEERLrUDejTbAu2UNk+asYenlZt954sCG3ZEroJijHpjM7zmsQZxsw=="
UPDATE_VERSION: str = "2020-09-17T21:28:53.286703+00:00#BuTFNv1WGQo6jJOCWi0yCzztBqlCsFFDdLKSchQcBCaMkYcsMUe/S9hXmYTI4AgQmCOcbGrH9KLQLMgI55DIIg=="
if show_version or verbose:
print("kgtk filter version: %s" % UPDATE_VERSION, file=error_file, flush=True)

Expand Down

0 comments on commit 018b7f4

Please sign in to comment.