Skip to content

Commit

Permalink
Update SQLJdbcVersion.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty authored Jan 31, 2023
1 parent ebf33a5 commit 4385888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class SQLJdbcVersion {
* 1. Set to "-preview" for preview release.
* 2. Set to "" (empty String) for official release.
*/
static final String RELEASE_EXT = "-preview";
static final String RELEASE_EXT = "";

private SQLJdbcVersion() {
throw new UnsupportedOperationException(SQLServerException.getErrString("R_notSupported"));
Expand Down

0 comments on commit 4385888

Please sign in to comment.