aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'VERSION.go')
-rw-r--r--VERSION.go12+0 −12
1 files changed, 0 insertions, 12 deletions
diff --git a/VERSION.go b/VERSION.go
deleted file mode 100644
--- a/VERSION.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// SPDX-FileCopyrightText: 2026 Nikolay Govorov
-// SPDX-License-Identifier: AGPL-3.0-or-later
-
-// This package is a small hack for embedding VERSION into a project.
-// Go sensibly prohibits embedding files from parent folders,
-// so this file is only needed to bypass the restriction.
-package mirum
-
-import _ "embed"
-
-//go:embed VERSION
-var Version string