Bump the Chatwoot version to 3.0.0 ref: https://github.com/orgs/chatwoot/discussions/7570
15 lines
135 B
YAML
15 lines
135 B
YAML
shared: &shared
|
|
version: '3.0.0'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared
|