mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-23 02:12:14 +00:00
5 lines
152 B
VB.net
5 lines
152 B
VB.net
Module Com_Ver
|
|
Public Sub Terminal_Version()
|
|
NewLine("ShiftOS TheRevival version " & My.Resources.CurrentVersion)
|
|
End Sub
|
|
End Module
|