Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Updated output version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Carroll committed Jan 4, 2019
1 parent 2d33b7a commit 6cba893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/output/rita/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (o OutputDB) EnsureMetaDBRecordExists(dbName string) error {
Name: dbName,
ImportFinished: false,
Analyzed: false,
ImportVersion: "v1.1.0+ActiveCM-IPFIX",
ImportVersion: "v2.0.0+ActiveCM-IPFIX",
AnalyzeVersion: "",
})
if err != nil {
Expand Down

0 comments on commit 6cba893

Please sign in to comment.