aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb
new file mode 100644
index 0000000..8b2de41
--- /dev/null
+++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Ver.vb
@@ -0,0 +1,5 @@
+Module Com_Ver
+ Public Sub Terminal_Version()
+ NewLine("ShiftOS TheRevival version " & My.Resources.CurrentVersion)
+ End Sub
+End Module