Skip to content

Commit 4dc50da

Browse files
author
RepubblicaTech
committed
yet more fixes
1 parent 409bc40 commit 4dc50da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

System/OS/Shell/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def processInput(self, command, username):
1818
for command in self.jsonData['PyOS_Commands']:
1919
print(f'{command['name']}\n {command['desc']}\n')
2020
elif command == "ver":
21-
print(f"PythonOS version {self.sysVersionVars.version}", end='')
21+
print(f"PythonOS Version {self.sysVersionVars.version}", end='')
2222
if ("b" in self.sysVersionVars.version_semantic) or ("a" in self.sysVersionVars.version_semantic):
2323
print(f" Codename \"{self.sysVersionVars.codename}\"", end='')
2424

System/system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PyOS" : [
33
{
4-
"system_version": "0.2 RC 1",
4+
"system_version": "0.2 Release Candidate 1",
55
"system_semantic": "0.2-rc.1",
66
"system_codename": "Version Next",
77
"kernel_version": "1.0"

0 commit comments

Comments
 (0)