mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2026-02-01 17:01:43 +01:00
6 lines
79 B
Ruby
6 lines
79 B
Ruby
# frozen_string_literal: true
|
|
|
|
module OpenVPNStatusWeb
|
|
VERSION = '3.4.0'
|
|
end
|