mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-12-22 14:29:22 +00:00
Adding version to the BT API.
This commit is contained in:
parent
9446fe4126
commit
001cb40c9f
@ -0,0 +1,14 @@
|
||||
package io.github.applecommander.bastokenizer.api;
|
||||
|
||||
/**
|
||||
* Since there are many pieces to bastokenizer, the version information is just a small,
|
||||
* dedicated class.
|
||||
*/
|
||||
public class BasTokenizer {
|
||||
public static final String VERSION;
|
||||
static {
|
||||
VERSION = BasTokenizer.class.getPackage().getImplementationVersion();
|
||||
}
|
||||
|
||||
private BasTokenizer() {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user