Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Add version print to the start
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Jan 13, 2019
1 parent 695941a commit da128fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vazkii/instancesync/InstanceSync.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
import com.google.gson.Gson;

public final class InstanceSync {

private static final String VERSION = "1.0.2";

public static void main(String[] args) {
System.out.println("InstanceSync " + VERSION);

long time = System.currentTimeMillis();
File dir = new File(".");
System.out.println("Running in " + dir.getAbsolutePath());
Expand Down

0 comments on commit da128fb

Please sign in to comment.