Skip to content

Commit

Permalink
forgot VERSION and PLUGIN for 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich M. Nahum committed Sep 15, 2023
1 parent ce1d284 commit 024a33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.11
1.0.12
2 changes: 1 addition & 1 deletion src/Plugin.cc
Expand Up @@ -19,6 +19,6 @@ zeek::plugin::Configuration Plugin::Configure()
config.description = "Packet acquisition via PCAP over TCP";
config.version.major = 1;
config.version.minor = 0;
config.version.patch = 11;
config.version.patch = 12;
return config;
}

0 comments on commit 024a33b

Please sign in to comment.