-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[misc] adding automatic release deployement script
- Loading branch information
Showing
3 changed files
with
69 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package org.mariadb.jdbc; | ||
|
||
public final class Version { | ||
public static final String version = "1.2.1-SNAPSHOT"; | ||
public static final String version = "1.2.2-SNAPSHOT"; | ||
public static final int majorVersion = 1; | ||
public static final int minorVersion = 2; | ||
public static final int patchVersion = 1; | ||
public static final int patchVersion = 2; | ||
public static final String qualifier = "SNAPSHOT"; | ||
|
||
} |