Skip to content

Commit 560dc98

Browse files
committed
Release 3.0.2
1 parent 9035ce7 commit 560dc98

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## main
44

5+
## 3.0.2
6+
7+
- HOUSEKEEPING: Update release process
8+
59
## 3.0.1
610

711
- HOUSEKEEPING: Update release process

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = 'com.dnsimple'
20-
version = '3.0.1'
20+
version = '3.0.2'
2121
description = 'dnsimple-java'
2222

2323
java {

src/main/java/com/dnsimple/Dnsimple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* Placeholder for this client's version
55
*/
66
public interface Dnsimple {
7-
String VERSION = "3.0.1";
7+
String VERSION = "3.0.2";
88
}

0 commit comments

Comments
 (0)