Skip to content

Commit a53a172

Browse files
joswigjoswig
andauthored
Release v2.18.0 (#106)
Co-authored-by: joswig <[email protected]>
1 parent 2bca160 commit a53a172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aerie-gateway",
33
"description": "The API gateway for Aerie.",
4-
"version": "2.17.0",
4+
"version": "2.18.0",
55
"type": "module",
66
"license": "MIT",
77
"private": true,

src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const defaultEnv: Env = {
5454
PORT: '9000',
5555
RATE_LIMITER_FILES_MAX: 1000,
5656
RATE_LIMITER_LOGIN_MAX: 1000,
57-
VERSION: '2.17.0',
57+
VERSION: '2.18.0',
5858
};
5959

6060
/**

0 commit comments

Comments
 (0)