Skip to content
This repository was archived by the owner on Nov 17, 2018. It is now read-only.

Commit a951b5c

Browse files
committed
Version bump
1 parent d725738 commit a951b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nz/co/jammehcow/jenkinsdiscord/WebhookPublisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class WebhookPublisher extends Notifier {
2828
private final boolean enableUrlLinking;
2929
private final boolean enableArtifactList;
3030
private static final String NAME = "Discord Notifier";
31-
private static final String VERSION = "1.0.0";
31+
private static final String VERSION = "1.1.0";
3232

3333
@DataBoundConstructor
3434
public WebhookPublisher(String webhookURL, boolean sendOnStateChange, boolean enableUrlLinking, boolean enableArtifactList) {

0 commit comments

Comments
 (0)