diff --git a/transformation-builder/src/main/kotlin/Version.kt b/transformation-builder/src/main/kotlin/Version.kt new file mode 100644 index 0000000..bfbc6bb --- /dev/null +++ b/transformation-builder/src/main/kotlin/Version.kt @@ -0,0 +1,5 @@ +class Version { + companion object { + const val SDK_VERSION = "1.0.0" + } +} \ No newline at end of file