Skip to content

Commit 71bb0a6

Browse files
Update version number for release
1 parent 6ae8782 commit 71bb0a6

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
@@ -1100,7 +1100,7 @@ function checkForUpdate(){
11001100

11011101
var lastAlertedVersion = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
11021102
try {
1103-
var thisVersion = 5.7;
1103+
var thisVersion = 5.8;
11041104
var latestVersion = getLatestVersion();
11051105

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

0 commit comments

Comments
 (0)