Skip to content

Commit

Permalink
update jtopen
Browse files Browse the repository at this point in the history
mention changes
  • Loading branch information
jwoehr committed Apr 4, 2024
1 parent c931dd5 commit 565f097
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ All rights reserved.
* Features
* Add FORMAT_0400 back into CmdSpoolFOpenList
* Libraries
* Bump postgresql to 42.6.0
* Bump mssql-jdbc to 12.4.0
* Bump jt400 to 20.0.2
* Bump postgresql to 42.7
* Bump mssql-jdbc to 12.6.1
* Bump jt400 to 20.0.7
* Userdoc
* `db` accepts `-dbtype mssql`

2.0.1 2022-10-10
-----
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>net.sf.jt400</groupId>
<artifactId>jt400</artifactId>
<version>20.0.2</version>
<version>20.0.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2024-04-04 04:41:26 (GMT)";
static String compileDateTime = "2024-04-04 04:48:06 (GMT)";
static String ubluVersion = "2.0.2-dev";
}

0 comments on commit 565f097

Please sign in to comment.