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

Commit ecc8b22

Browse files
updated versions to 23.1.0
1 parent 56fe0e2 commit ecc8b22

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 22.4.0
31+
Trivadis PL/SQL & SQL Formatter (format.js), version 23.1.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 "22.4.1-SNAPSHOT";
54+
return "23.1.0-SNAPSHOT";
5555
}
5656

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

0 commit comments

Comments
 (0)