Skip to content

Commit

Permalink
Fixed out of bounds error
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Jul 16, 2021
1 parent a21f226 commit 213da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func reverseIntArray(array []int) []int {
}

var okDatabase *diskv.Diskv
var currentVersion string = "1.4.6"
var currentVersion string = "1.4.7"

func main() {
databasePath := "OkDatabase"
Expand Down

0 comments on commit 213da3e

Please sign in to comment.