Skip to content

Commit 194628d

Browse files
authored
Merge pull request #251 from LoopKit/dev_3.7.0
Sync main to dev, and bump dev version to 3.7.0
2 parents b121942 + 1a4563f commit 194628d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
# Keep repository "alive": add empty commits to ALIVE_BRANCH after "time_elapsed" days of inactivity to avoid inactivation of scheduled workflows
173173
- name: Keep alive
174174
run: |
175-
echo "Keep Alive temporarily removed while gautamkrishnar/keepalive-workflow is not available"
175+
echo "Keep Alive is no longer available"
176176
# if: |
177177
# needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
178178
# (vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false')

VersionOverride.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// Version [for DIY Loop]
1010
// configure the version number in LoopWorkspace
11-
LOOP_MARKETING_VERSION = 3.5.0
11+
LOOP_MARKETING_VERSION = 3.7.0
1212
CURRENT_PROJECT_VERSION = 57

0 commit comments

Comments
 (0)