mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
Merge pull request #1306 from BelfrySCAD/revarbat_dev
Version Bumping, try 7
This commit is contained in:
commit
46f7835dbf
2 changed files with 2 additions and 1 deletions
1
.github/workflows/pr_merge.yml
vendored
1
.github/workflows/pr_merge.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
branch: master
|
||||||
commit_user_email: github+actions@gmail.com
|
commit_user_email: github+actions@gmail.com
|
||||||
commit_message: Version Bump
|
commit_message: Version Bump
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,653];
|
BOSL_VERSION = [2,0,654];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue