Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e361dc2

Browse files
update version of format.js
1 parent 1ae96a7 commit e361dc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sqlcl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We recommend you download, clone, or fork this repository when you plan to use [
2828
However, [`format.js`](format.js) also works as a standalone script. Here's the usage:
2929

3030
```
31-
Trivadis PL/SQL & SQL Formatter (format.js), version 23.1.0
31+
Trivadis PL/SQL & SQL Formatter (format.js), version 23.3.0
3232
3333
usage: script format.js <rootPath> [options]
3434

sqlcl/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var javaSqlEarley = Java.type("oracle.dbtools.parser.plsql.SqlEarley");
5151
var javaProgram = Java.type("oracle.dbtools.arbori.Program");
5252

5353
var getVersion = function() {
54-
return "23.1.1-SNAPSHOT";
54+
return "23.3.1-SNAPSHOT";
5555
}
5656

5757
var getFiles = function (rootPath, extensions, ignoreMatcher) {

0 commit comments

Comments
 (0)