BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 6ae9331f4138381641b4c940e64f59a539af3991
parent f0a30eae82f9bfc6cda755bda0a8eaff9ea24103
Author: Matt Demanett <matt@demanett.net>
Date:   Sun, 19 Dec 2021 15:40:53 -0500

Bump SDK version for autobuilds.

Diffstat:
M.github/workflows/buildDevelop.yml | 2+-
M.github/workflows/buildRelease.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/buildDevelop.yml b/.github/workflows/buildDevelop.yml @@ -5,7 +5,7 @@ on: - build_scripts_test name: Develop env: - RACK_SDK_VERSION: 2.beta.1 + RACK_SDK_VERSION: 2.0.4 jobs: buildLinux: name: Build Linux diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml @@ -3,7 +3,7 @@ on: types: [published] name: Release env: - RACK_SDK_VERSION: 1.1.6 + RACK_SDK_VERSION: 2.0.4 jobs: buildLinux: name: Build Linux