We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c17627 commit bbf5ee6Copy full SHA for bbf5ee6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gizmosql-ui",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "GizmoSQL UI - A web-based SQL interface for GizmoSQL servers",
5
"private": true,
6
"bin": "launcher.js",
scripts/launcher.js
@@ -6,7 +6,7 @@ process.env.NODE_ENV ??= 'production';
process.env.NEXT_TELEMETRY_DISABLED ??= '1';
7
8
// Read version from package.json
9
-let VERSION = '2.4.0';
+let VERSION = '2.4.1';
10
try {
11
const pkg = require('package.json');
12
VERSION = pkg.version;
0 commit comments