Commit 3273fa97 authored by ibuler's avatar ibuler

[Update] 修改版本号 1.3.3

parent 104fac79
......@@ -69,7 +69,7 @@ class Forwarder:
def ssh_with_password(self, width=80, height=24):
ssh = paramiko.SSHClient()
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
ssh.connect("192.168.244.176", 22, "root", "redhat123")
ssh.connect("192.168.244.128", 22, "web", "redhat")
chan = ssh.invoke_shell(term='xterm', width=width, height=height)
return chan
......
......@@ -2,5 +2,5 @@ export const environment = {
production: true
};
// export const version = '1.3.0-{{BUILD_NUMBER}} GPLv2.';
// export const version = '1.3.2-101 GPLv2.';
export const version = '1.3.2-{{BUILD_NUMBER}} GPLv2.';
// export const version = '1.3.3-101 GPLv2.';
export const version = '1.3.3-{{BUILD_NUMBER}} GPLv2.';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment