Skip to content

Commit

Permalink
change api version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarx committed Sep 3, 2016
1 parent 7384d46 commit fe0fe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagapi_3/API_Interface.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class API_Interface {

public String getAPIVersion() {
return "v0.3-alpha";
return "v0.4-alpha";
}

public String getUpdateStatus() {
Expand Down

0 comments on commit fe0fe5a

Please sign in to comment.