Skip to content

Commit

Permalink
Bump version for update
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican authored Jan 11, 2023
1 parent fae4b17 commit d7a371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpers.gs
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ function checkForUpdate(){

var lastAlertedVersion = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
try {
var thisVersion = 5.6;
var thisVersion = 5.7;
var latestVersion = getLatestVersion();

if (latestVersion > thisVersion && latestVersion != lastAlertedVersion){
Expand Down

0 comments on commit d7a371c

Please sign in to comment.