diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b48babe33c..4546a696683 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1f2c489498d..888160baf44 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.0.0" +__version__ = "15.8.3" def get_default_company(user=None):