Skip to content

Commit 63b396f

Browse files
committed
chore: version bump
1 parent 785ad11 commit 63b396f

File tree

1 file changed

+1
-1
lines changed
  • src/plex_nfs_watchdog/modules/config

1 file changed

+1
-1
lines changed

src/plex_nfs_watchdog/modules/config/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
cache_path: Path = Path(f"{str(Path.home())}/{system_paths[sys.platform]}/plex_nfs_watchdog_cache/plex_config.json")
1111

1212
listeners_type: list[str] = ["move", "modify", "create", "delete", "io_close", "io_open"]
13-
VERSION: str = "0.0.15"
13+
VERSION: str = "0.0.16"
1414
user_input: Namespace

0 commit comments

Comments
 (0)