diff --git a/version.mustache b/version.mustache new file mode 100644 index 0000000..34a4442 --- /dev/null +++ b/version.mustache @@ -0,0 +1,18 @@ +/* +* This file is automatically generated. +* Do not modify! -- ALL CHANGES WILL BE ERASED! +*/ + +package {{packageName}} + +/** +* Provides semantic version information. +* +* @author Semantic Version Annotation Processor +*/ +internal object {{className}} { + @JvmField + val PROJECT = "{{project}}" + @JvmField + val VERSION = "{{version}}" +}