Skip to content

Commit

Permalink
Bump JDBC version from 1.4.1 to 1.4.2 (#457)
Browse files Browse the repository at this point in the history
* Bump JDBC version from 1.4.1 to 1.4.2

* Commit Code Coverage Badge

Co-authored-by: affonsoBQ <[email protected]>
  • Loading branch information
affonsov and affonsoBQ authored Dec 12, 2022
1 parent fa7a513 commit 68db459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.warning.mode=all
MAJOR_VERSION=1
MINOR_VERSION=4
PATCH_VERSION=1
PATCH_VERSION=2
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
# Comment out if not creating a beta version
#BETA_VERSION=1
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/documentdb-jdbc.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default.application.name=Amazon DocumentDB JDBC Driver v1.4.1
default.application.name=Amazon DocumentDB JDBC Driver v1.4.2
2 changes: 1 addition & 1 deletion src/main/resources/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
driver.full.version=1.4.1
driver.full.version=1.4.2
driver.major.version=1
driver.minor.version=4

0 comments on commit 68db459

Please sign in to comment.