Skip to content

Commit

Permalink
Updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed May 12, 2021
1 parent 5cdd38a commit e5ccbbf
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 @@ -908,7 +908,7 @@ function checkForUpdate(){

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

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

0 comments on commit e5ccbbf

Please sign in to comment.