Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchili committed Oct 15, 2017
1 parent 703a95d commit 9d6cbe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.7.0
1.7.1B
1.7.1
1.7.2B
2 changes: 1 addition & 1 deletion src/main/java/com/kirinpatel/sync/Sync.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public final class Sync {

private final static String VERSION = "1.7.0";
private final static String VERSION = "1.7.1";
public static ArrayList<User> connectedUsers = new ArrayList<>();
public static User host;

Expand Down

0 comments on commit 9d6cbe8

Please sign in to comment.