Skip to content

Commit 1a35852

Browse files
author
Michael Andersen
committed
Bump version
1 parent 6a2f88b commit 1a35852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/algorithm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ type algorithmstate struct {
3333
var states map[string]*algorithmstate
3434

3535
func main() {
36+
fmt.Printf("Version 3.5 ====\n")
3637
//Register and run our algorithm.
3738
err := l7g.RunDPA([]byte(ourEntity), Initialize, OnNewDataSet,
3839
//This is the algorithm vendor

0 commit comments

Comments
 (0)