Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit ff05f58

Browse files
Bump version to 2.3.0 (#1120)
1 parent b0a3783 commit ff05f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@directus/api",
33
"private": true,
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"description": "Directus API",
66
"main": "index.js",
77
"repository": "directus/api",

src/core/Directus/Application/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Application extends App
1313
*
1414
* @var string
1515
*/
16-
const DIRECTUS_VERSION = '2.2.2';
16+
const DIRECTUS_VERSION = '2.3.0';
1717

1818
/**
1919
* NOT USED

0 commit comments

Comments
 (0)