Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam authored Dec 3, 2020
1 parent 9c6d12b commit b9f46aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Constants {

public static final String NATS = "nats";
public static final String ORG_NAME = "ballerinax";
public static final String VERSION = "1.0.4";
public static final String VERSION = "1.0.5";

// Represents nats package.
public static final String NATS_PACKAGE = ORG_NAME + ORG_NAME_SEPARATOR + NATS + ":" + VERSION;
Expand Down

0 comments on commit b9f46aa

Please sign in to comment.