mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-05-07 05:30:27 +00:00
maintenance: move to blossom v2 and use indragit to get git info
This commit is contained in:
@@ -13,8 +13,8 @@ package com.imaginarycode.minecraft.redisbungee;
|
||||
|
||||
public class Constants {
|
||||
|
||||
public final static String VERSION = "@version@";
|
||||
public final static String GIT_COMMIT = "@git_commit@";
|
||||
public final static String VERSION = "{{ version }}";
|
||||
public final static String GIT_COMMIT = "{{ git-commit }}";
|
||||
|
||||
public static String getGithubCommitLink() {
|
||||
return "https://github.com/ProxioDev/ValioBungee/commit/" + GIT_COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user