Frappe version falling behind

Hey hey, apologies to create another topic on this matter but the previous one was closed and the issue is still active.

So, I see the frappe app actually has updates and for some reason in my case it’s stuck at 12.0.10

What are the ways to check the version of frappe and to update it as well ?

Thank you in advance for your help.

have you made any changes code on local system?

No changes besides making the event participants table mandatory.

For that every update I receive a notification that frappe couldn’t be updated and I must commit or stash the changes. But I use bench update --reset and it says frappe has been updated but it’s seems not.

Please share output for following commands:

1. bench version

2. For individual app, git branch

3. for individual app, git remove -v

bench_manager 0.0.1
erpnext 12.1.5
frappe 12.0.15

For erpnext app

frappe@server2:~/frappe-bench/apps/erpnext$ git branch
  develop
  master
* version-12

frappe@server2:~/frappe-bench/apps/erpnext$ git remote -v
upstream	https://github.com/frappe/erpnext (fetch)
upstream	https://github.com/frappe/erpnext (push)
frappe@server2:~/frappe-bench/apps/erpnext$ 

For frappe app

frappe@server2:~/frappe-bench/apps/frappe$ git branch
  develop
  master
* version-12
frappe@server2:~/frappe-bench/apps/frappe$ 

frappe@server2:~/frappe-bench/apps/frappe$ git remote -v
upstream	https://github.com/frappe/frappe.git (fetch)
upstream	https://github.com/frappe/frappe.git (push)
frappe@server2:~/frappe-bench/apps/frappe$ 

Here’s also a screenshot from erpnext