diff options
Diffstat (limited to 'Utils')
-rw-r--r-- | Utils/Version.swift | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Utils/Version.swift b/Utils/Version.swift new file mode 100644 index 0000000..740b861 --- /dev/null +++ b/Utils/Version.swift @@ -0,0 +1,8 @@ +// +// Version.swift +// PrySDR +// +// Created by Jacky Jack on 02/12/2024. +// + +public let software_version = "2024.12" |