diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index cdc7e0304..1077cc9af 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -131,6 +131,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 with: + ref: master path: repository submodules: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bf9fa42..2f0012359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Changelog All notable changes to MainsailOS will be documented in this file. +## [1.3.1](https://github.com/mainsail-crew/MainsailOS/releases/tag/1.3.1) - 2024-01-20 +### Bug Fixes and Improvements + +- Fix version number in release ([#275](https://github.com/mainsail-crew/MainsailOS/pull/275)) + ## [1.3.0](https://github.com/mainsail-crew/MainsailOS/releases/tag/1.3.0) - 2024-01-16 ### Features diff --git a/src/version b/src/version index 3a3cd8cc8..1892b9267 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.3.1 +1.3.2