My Gurobi version is 12.0.2, but in julia it is still 12.0.1

I update my gurobi optimizer today. And Iโ€™ve deleted all the previous version. But in julia it still shows the old version (cf. ๐Ÿ… lines). Is this normal?

PS K:\uc24> gurobi
Python 3.11.4 (tags/v3.11.4:d2340ef, Jun  7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
D:\gurobi1202\win64\bin\\..\lib\gurobi.py:9: DeprecationWarning: The Gurobi Interactive Shell is deprecated, please set up your own Python environment to use gurobipy. For installation instructions see https://support.gurobi.com/hc/en-us/articles/360044290292
  gurobi.interactive()
Set parameter Username
Set parameter LicenseID to value 2663413
Set parameter LogFile to value "gurobi.log"
Academic license - for non-commercial use only - expires 2026-05-11

Gurobi Interactive Shell (win64), Version 12.0.2 ๐Ÿ…
Copyright (c) 2025, Gurobi Optimization, LLC
Type "help()" for help

gurobi> quit()
PS K:\uc24> julia
julia> # Version 1.11.5 (2025-04-14) Note that I omit the image here

julia> import JuMP, Gurobi;

julia> m = JuMP.Model(Gurobi.Optimizer); JuMP.optimize!(m)
Set parameter Username
Set parameter LicenseID to value 2663413
Academic license - for non-commercial use only - expires 2026-05-11
Gurobi Optimizer version 12.0.1 build v12.0.1rc0 (win64 - Windows 11.0 (26100.2)) ๐Ÿ…

Yes. See the installation instructions

Iโ€™ve added support for v12.0.2: Release v12.0.2 ยท jump-dev/Gurobi_jll.jl ยท GitHub