Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -202,6 +202,8 @@ public class ThingsboardInstallService { |
202 | 202 | systemDataLoaderService.createOAuth2Templates(); |
203 | 203 | case "3.3.0": |
204 | 204 | log.info("Upgrading ThingsBoard from version 3.3.0 to 3.3.1 ..."); |
205 | + case "3.3.1": | |
206 | + log.info("Upgrading ThingsBoard from version 3.3.1 to 3.3.2 ..."); | |
205 | 207 | log.info("Updating system data..."); |
206 | 208 | systemDataLoaderService.updateSystemWidgets(); |
207 | 209 | break; | ... | ... |