Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraoul committed Nov 17, 2020
1 parent cfeb8ec commit 5bef155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion src/Plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ plugin::Configuration Plugin::Configure()
config.name = "mitrecnd::HTTP2";
config.version.major = 0;
config.version.minor = 5;
config.version.patch = 1;
config.version.patch = 2;
return config;
}

0 comments on commit 5bef155

Please sign in to comment.