feat: add 0.15.x

This commit is contained in:
Torsten Dittmann
2023-09-15 15:39:02 +02:00
parent 2f2e0d97b7
commit 6b90b95e95
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import type { Language } from './code';
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x'];
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x', '0.15.x'];
export enum Service {
Account = 'account',