Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ environments:

shared_configuration:
stack: &stack
current: 9.1
next: 9.2
current: 9.2
next: main
edge: main

master: &master
Expand Down
2 changes: 1 addition & 1 deletion config/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ versioning_systems:
# Updates for Stack versions are manual
stack: &stack
base: 9.0
current: 9.1.5
current: 9.2.0

# Using an unlikely high version
# So that our logic that would display "planned" doesn't trigger
Expand Down
Loading