Skip to content

Commit 292880c

Browse files
committed
Remove TODO from version
Signed-off-by: Satyam Zode <[email protected]>
1 parent 2bd6a25 commit 292880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/friendbot/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
serviceName = "stellar-friendbot"
26-
serviceVersion = "1.0.0" //TODO: Change version
26+
serviceVersion = "1.0.0"
2727
)
2828

2929
// Config represents the configuration of a friendbot server

0 commit comments

Comments
 (0)