.coffee: Change to "new" from "experimental"

We decided to use "new" instead of "experimental" for the device state.

Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
Florin Sarbu 2020-05-12 09:51:34 +02:00
parent 34ea42d1cf
commit 6ad4185825
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ module.exports =
slug: 'orange-pi-one'
name: 'Orange Pi One'
arch: 'armv7hf'
state: 'experimental'
state: 'new'
community: true
private: false

View file

@ -7,7 +7,7 @@ module.exports =
slug: 'orange-pi-zero'
name: 'Orange Pi Zero'
arch: 'armv7hf'
state: 'experimental'
state: 'new'
community: true
private: false