Skip to content

Commit 3789b59

Browse files
committed
add version no.
1 parent 80faf74 commit 3789b59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api_cells.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ import (
3131
"strings"
3232
)
3333

34+
func Version() {
35+
fmt.Println("---Version: 20.6.0---")
36+
}
37+
3438
/* Create Instance of CellsApiService
3539
@param appSid string Application SID
3640
@param appKey string Application Key

0 commit comments

Comments
 (0)