Skip to content

Commit d7a371c

Browse files
Bump version for update
1 parent fae4b17 commit d7a371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helpers.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ function checkForUpdate(){
961961

962962
var lastAlertedVersion = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
963963
try {
964-
var thisVersion = 5.6;
964+
var thisVersion = 5.7;
965965
var latestVersion = getLatestVersion();
966966

967967
if (latestVersion > thisVersion && latestVersion != lastAlertedVersion){

0 commit comments

Comments
 (0)