Skip to content

Commit 2932be3

Browse files
committed
Update version to 2.3.0
1 parent bb6d53c commit 2932be3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

indexer/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
const (
8-
ApplicationVersion = "2.2.3-rc1"
8+
ApplicationVersion = "2.3.0"
99
)
1010

1111
var (

services/main/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
ServicesVersion = "2.2.0"
19+
ServicesVersion = "2.3.0"
2020
)
2121

2222
func main() {

0 commit comments

Comments
 (0)