Merge branch 'version-15' into version-15-hotfix

This commit is contained in:
rohitwaghchaure 2024-01-02 17:34:56 +05:30 committed by GitHub
commit 56d510b878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Entire Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

View File

@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.0.0"
__version__ = "15.8.3"
def get_default_company(user=None):