Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Sep 21, 2023
1 parent 8adf62d commit 290ad7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## main

## 0.12.0 (Unreleased)
## 0.12.0

FEATURES:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group = 'com.dnsimple'
version = '0.11.0'
version = '0.12.0'
description = 'dnsimple-java'
sourceCompatibility = '1.11'
targetCompatibility = '1.11'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dnsimple/Dnsimple.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Placeholder for this client's version
*/
public interface Dnsimple {
String VERSION = "0.11.0";
String VERSION = "0.12.0";
}

0 comments on commit 290ad7b

Please sign in to comment.