mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
commit
0cbbd37aca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_merge.yml
vendored
2
.github/workflows/pr_merge.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Checks
|
||||
name: VersionBump
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,652];
|
||||
BOSL_VERSION = [2,0,653];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue