Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
randstr committed Aug 15, 2024
1 parent 277bdb2 commit 88aa2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:

variables:
WIRESHARK_VERSION: "4.4"
PACKAGE_VERSION: "0.3.0"
PACKAGE_VERSION: "0.3.1"
LINUX_AMD64_BINARY: "wireshark-lua-plugin-${WIRESHARK_VERSION}-${PACKAGE_VERSION}-x64-linux.tar.gz"
LINUX_AMD64_SHA256: "wireshark-lua-plugin-${WIRESHARK_VERSION}-${PACKAGE_VERSION}-x64-linux.tar.gz.sha256sum.txt"
WINDOWS_AMD64_BINARY: "wireshark-lua-plugin-${WIRESHARK_VERSION}-${PACKAGE_VERSION}-x64-windows.zip"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

cmake_minimum_required(VERSION 3.12)

project(wireshark-lua-plugin VERSION 0.3.0 DESCRIPTION "Wireshark Lua 5.4 Plugin" LANGUAGES C)
project(wireshark-lua-plugin VERSION 0.3.1 DESCRIPTION "Wireshark Lua 5.4 Plugin" LANGUAGES C)

option(ENABLE_REGEX "Build with lrexlib-pcre2" ON)

Expand Down

0 comments on commit 88aa2db

Please sign in to comment.