Merge pull request #1318 from BelfrySCAD/revarbat_dev

Version Bump Fix
This commit is contained in:
Revar Desmera 2023-11-28 23:32:57 -08:00 committed by GitHub
commit 430cb4e9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -1,12 +1,13 @@
name: VersionBump
on:
pull_request:
types: [closed]
push:
branches:
- main
jobs:
VersionBumpJob:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
permissions:
contents: write

View file

@ -9,7 +9,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,655];
BOSL_VERSION = [2,0,656];
// Section: BOSL Library Version Functions