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

Commit 1deed9c

Browse files
update snapshot version to 22.3.0-SNAPSHOT
1 parent 364de5b commit 1deed9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

settings/sql_developer/trivadis_custom_format.arbori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include "std.arbori"
1818

1919
/**
20-
* Lightweight Formatter for SQL Developer and SQLcl, version 22.2.2-SNAPSHOT
20+
* Lightweight Formatter for SQL Developer and SQLcl, version 22.3.0-SNAPSHOT
2121
* The idea is to keep the code formatted "as is" and apply chosen formatting rules only.
2222
*
2323
* The Arbori program is processed from top to bottom.

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.2.2-SNAPSHOT";
54+
return "22.3.0-SNAPSHOT";
5555
}
5656

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

0 commit comments

Comments
 (0)