mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Create ServiceInfo.scala
This commit is contained in:
parent
1b82604f7c
commit
76c33fe15a
1 changed files with 7 additions and 0 deletions
7
src/main/scala/com/tribufu/sdk/ServiceInfo.scala
Normal file
7
src/main/scala/com/tribufu/sdk/ServiceInfo.scala
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved.
|
||||
|
||||
package com.tribufu.sdk
|
||||
|
||||
class ServiceInfo {
|
||||
def getVersion(): String = "0.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue