Hi People of GB, We just found a strange discrepan...
# ask-questions
b
Hi People of GB, We just found a strange discrepancy in our SDK versions. Our GB account says that our SDK version is 0.32.0 but the GB extension says it is the latest 1.4.1. Is it even possible? If not, why do they misalign? If yes, how so? We never updated to latest version, so we believe what the account says.
n
👋 hi! So the 0.32.0 version you see in your dashboard is what you tell us your version is. That only updates if you manually edit the connection and change which version you want the connection to be set up for. The 1.4.1 you see in devtools is what's actually running on your website. That version is controlled by your package manager, and might auto-update if it's set to use the latest version. It could also be that someone's manually updated the code but didn't change the version in your dashboard
It's generally not a large problem if the two versions are mismatched, but it's also easy to update the 0.32.0 to match what you see on your site
b
Thank you @nutritious-easter-80486!