Skip to content

Commit

Permalink
make sure we use the current version of the app
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 6, 2023
1 parent 7a53b4a commit 83e6541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/session.bs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace session
session.user.Update("LastRunVersion", lastRunVersion)
else
' new user whos never ran the app before. update lastrunversion in registry
set_user_setting("LastRunVersion", m.global.app.lastRunVersion)
set_user_setting("LastRunVersion", m.global.app.version)
end if

' update user session settings with values from registry
Expand Down

0 comments on commit 83e6541

Please sign in to comment.