Skip to content

Commit

Permalink
Add version class
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed May 12, 2022
1 parent d3c13a9 commit f5b04a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions transformation-builder/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Version {
companion object {
const val SDK_VERSION = "1.0.0"
}
}

0 comments on commit f5b04a2

Please sign in to comment.