diff --git a/setup.py b/setup.py index 1aa23337e..3ae0c62cc 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open(path.join(current_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() -VERSION = "3.4.4" +VERSION = "3.4.5" setup( version=VERSION, diff --git a/thingsboard-gateway.spec b/thingsboard-gateway.spec index 875164462..430f5e90f 100644 --- a/thingsboard-gateway.spec +++ b/thingsboard-gateway.spec @@ -1,6 +1,6 @@ %define name thingsboard-gateway -%define version 3.4.4 -%define unmangled_version 3.4.4 +%define version 3.4.5 +%define unmangled_version 3.4.5 %define release 1 Summary: Thingsboard Gateway for IoT devices.