mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-09-08 23:13:06 +02:00
6 lines
79 B
Ruby
6 lines
79 B
Ruby
# frozen_string_literal: true
|
|
|
|
module OpenVPNStatusWeb
|
|
VERSION = '3.3.0'
|
|
end
|