9 lines
152 B
Ruby
9 lines
152 B
Ruby
|
|
# Copyright (c) Tailscale Inc & AUTHORS
|
||
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
|
||
|
|
# frozen_string_literal: true
|
||
|
|
|
||
|
|
class Tailscale
|
||
|
|
VERSION = "0.1.0"
|
||
|
|
end
|