We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37accd commit d5fce8cCopy full SHA for d5fce8c
Helpers.gs
@@ -860,7 +860,7 @@ function checkForUpdate(){
860
861
var lastAlertedVersion = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
862
try {
863
- var thisVersion = 5.4;
+ var thisVersion = 5.5;
864
var latestVersion = getLatestVersion();
865
866
if (latestVersion > thisVersion && latestVersion != lastAlertedVersion){
0 commit comments