- Edited
I Need to update Version osTicket (v1.9.1) to current (osTicket Core, v1.9.11), I have done the following thingsAdd upstream -- git remote add upstream https://github.com/osTicket/osTicket-1.8Fetch changes ("git fetch upstream")Checkout to develop branch ("git checkout develop")Merge with my changes in develop ("git merge upstream/develop")Pushed code(include all tags) to my gitbug accountPull all codes to my serverDeployed changes to document root through "php setup/cli/manage.php deploy -v /path to my os-ticket installation"Run the update script, it shows "Upgrade Completed!"But it shows current version as v1.9.7-140-g5788136 (5788136)I run the command "git describe", it display "v1.9.11-11-g5788136"I can see tag v1.9.11 in my git hub account.But system still shows version as v1.9.7-140-g5788136 (5788136)Kindly share your ideasThank you