Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican authored Dec 13, 2023
1 parent 6ae8782 commit 71bb0a6
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 @@ -1100,7 +1100,7 @@ function checkForUpdate(){

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

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

0 comments on commit 71bb0a6

Please sign in to comment.