mirror of
https://github.com/Drop-OSS/libtailscale.git
synced 2026-01-30 20:55:18 +01:00
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
|