diff options
-rw-r--r-- | bazarr/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bazarr/main.py b/bazarr/main.py index e160f090e..2c3ca2ded 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,6 +1,6 @@ # coding=utf-8 -bazarr_version = '0.8.3.1' +bazarr_version = '0.8.3.2' import os os.environ["SZ_USER_AGENT"] = "Bazarr/1" |