8 lines
152 B
Ruby
8 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
|