We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae4b17 commit d7a371cCopy full SHA for d7a371c
Helpers.gs
@@ -961,7 +961,7 @@ function checkForUpdate(){
961
962
var lastAlertedVersion = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
963
try {
964
- var thisVersion = 5.6;
+ var thisVersion = 5.7;
965
var latestVersion = getLatestVersion();
966
967
if (latestVersion > thisVersion && latestVersion != lastAlertedVersion){
0 commit comments