Skip to content

Commit

Permalink
v1.12: set the commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-CI committed Aug 24, 2018
1 parent d59220f commit 8df242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/quelltext/mundraub/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class Settings {

public static final String INVALID_HASH = "0000000000000000000000000000000000000000";
public static final String COMMIT_HASH = INVALID_HASH;
public static final String COMMIT_HASH = "d59220fdf10501241c5f532bd43a554ff400aa7b";

public static String getShortHash(){
return COMMIT_HASH.substring(0, 7);
Expand Down

0 comments on commit 8df242f

Please sign in to comment.