1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 00:30:24 +02:00

gem: release 3.3.0

This commit is contained in:
Christian Nicolai
2022-09-16 06:48:21 +02:00
parent 117f70e2e3
commit 648b4d94b6
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module OpenVPNStatusWeb
VERSION = '3.2.1'
VERSION = '3.3.0'
end