git » sdk » strophe-fast » tree

[strophe-fast] / snikket / Version.hx

1
2
3
4
5
6
7
8
package snikket;

import snikket.Util;

@:expose
class Version {
	@:keep public static var HUMAN(default, never):String = getGitVersion();
}