# frozen_string_literal: true # This file is part of IPsec packetgen plugin. # See https://github.com/sdaubert/packetgen-plugin-ipsec for more informations # Copyright (c) 2018 Sylvain Daubert # This program is published under MIT license. module PacketGen module Plugin # Version of ipsec plugin IPSEC_VERSION = '1.0.3' end end