Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraoul committed Sep 13, 2018
1 parent a853b55 commit ee2331d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You should see the following output from bro if successfully installed:

```
> bro -NN mitrecnd::HTTP2
mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.3)
mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.4)
[Analyzer] HTTP2 (ANALYZER_HTTP2, enabled)
[Event] http2_request
[Event] http2_reply
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3
0.4
2 changes: 1 addition & 1 deletion src/Plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ plugin::Configuration Plugin::Configure()
config.description = "Hypertext Transfer Protocol Version 2 analyzer";
config.name = "mitrecnd::HTTP2";
config.version.major = 0;
config.version.minor = 3;
config.version.minor = 4;
return config;
}
2 changes: 1 addition & 1 deletion tests/Baseline/http2.show-plugin/output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.3)
mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.4)
[Analyzer] HTTP2 (ANALYZER_HTTP2, enabled)
[Event] http2_request
[Event] http2_reply
Expand Down

0 comments on commit ee2331d

Please sign in to comment.